mirror of
https://github.com/openfaas/faas.git
synced 2025-06-19 04:26:35 +00:00
Create your own functionk working.
This commit is contained in:
7
gateway/assets/script/bootstrap.js
vendored
7
gateway/assets/script/bootstrap.js
vendored
@ -10,9 +10,14 @@ app.controller("home", ['$scope', '$log', '$http', '$location', '$timeout', '$md
|
||||
$scope.invocation = {
|
||||
contentType: "text"
|
||||
};
|
||||
|
||||
$scope.functionTemplate = {
|
||||
image: ""
|
||||
image: "",
|
||||
envProcess: "",
|
||||
network: "",
|
||||
service: ""
|
||||
};
|
||||
|
||||
$scope.invocation.request = ""
|
||||
setInterval(function() {
|
||||
refreshData();
|
||||
|
Reference in New Issue
Block a user