mirror of
https://github.com/openfaas/faas.git
synced 2025-06-23 07:13:23 +00:00
Add Namespace indicator on Function page part of #1379
This is a precursor to adding a dropdown for namespaces selection (#1379) Signed-off-by: Alistair Hey <alistair@heyal.co.uk>
This commit is contained in:
1
gateway/assets/script/bootstrap.js
vendored
1
gateway/assets/script/bootstrap.js
vendored
@ -225,6 +225,7 @@ app.controller("home", ['$scope', '$log', '$http', '$location', '$interval', '$f
|
||||
$scope.functions[i].image = response.data[j].image;
|
||||
$scope.functions[i].replicas = response.data[j].replicas;
|
||||
$scope.functions[i].invocationCount = response.data[j].invocationCount;
|
||||
$scope.functions[i].namespace = response.data[j].namespace;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user