summaryrefslogtreecommitdiffstats
path: root/testapi/3rd_party/static/testapi-ui/components/pods/podsController.js
diff options
context:
space:
mode:
authorSerena Feng <feng.xiaowei@zte.com.cn>2017-09-05 12:08:46 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-09-05 12:08:46 +0000
commit70b35ca066dc67e1756125020c209ced08040521 (patch)
tree1085de6160e71f35701e0ac34f9191d0670e8311 /testapi/3rd_party/static/testapi-ui/components/pods/podsController.js
parent568ec7d2bbc8b63c1dd613eec75cec1539b7bab2 (diff)
parentd2ef79fe576e34a5c1a4370c1b5b3f47f492d33b (diff)
Merge "hide create_pod function from anonymous user"
Diffstat (limited to 'testapi/3rd_party/static/testapi-ui/components/pods/podsController.js')
-rw-r--r--testapi/3rd_party/static/testapi-ui/components/pods/podsController.js5
1 files changed, 1 insertions, 4 deletions
diff --git a/testapi/3rd_party/static/testapi-ui/components/pods/podsController.js b/testapi/3rd_party/static/testapi-ui/components/pods/podsController.js
index 2012586..894fcc1 100644
--- a/testapi/3rd_party/static/testapi-ui/components/pods/podsController.js
+++ b/testapi/3rd_party/static/testapi-ui/components/pods/podsController.js
@@ -20,7 +20,7 @@
.controller('PodsController', PodsController);
PodsController.$inject = [
- '$scope', '$http', '$filter', '$state', 'testapiApiUrl','raiseAlert'
+ '$rootScope', '$scope', '$http', '$filter', '$state', 'testapiApiUrl','raiseAlert'
];
/**
@@ -52,9 +52,6 @@
ctrl.mode = 'metal';
ctrl.details = '';
- ctrl.pageHeader = 'Pods';
- ctrl.pageParagraph = 'This page is used to create or query pods.';
-
/**
* This is called when the date filter calendar is opened. It
* does some event handling, and sets a scope variable so the UI