summaryrefslogtreecommitdiffstats
path: root/usecaseui-monitor/src/main/webapp/app/uui/fusion/scripts/controller/left-menuController.js
diff options
context:
space:
mode:
authorzhangab <zhanganbing@chinamobile.com>2018-05-14 15:15:04 +0800
committerzhangab <zhanganbing@chinamobile.com>2018-05-14 15:15:09 +0800
commita3591f7fe0b20bd010b6daa5054a919aab6aa5fa (patch)
tree302ddf4af275a5b7e72cc1f2e327244f215243c0 /usecaseui-monitor/src/main/webapp/app/uui/fusion/scripts/controller/left-menuController.js
parentea506ea4aa4306bd594d747455291b18a030aa4e (diff)
add service scaling function
Change-Id: If01f30e0a4105d27086f2ada555c94334c54e4ec Issue-ID: USECASEUI-115 Signed-off-by: zhangab <zhanganbing@chinamobile.com>
Diffstat (limited to 'usecaseui-monitor/src/main/webapp/app/uui/fusion/scripts/controller/left-menuController.js')
-rw-r--r--usecaseui-monitor/src/main/webapp/app/uui/fusion/scripts/controller/left-menuController.js10
1 files changed, 0 insertions, 10 deletions
diff --git a/usecaseui-monitor/src/main/webapp/app/uui/fusion/scripts/controller/left-menuController.js b/usecaseui-monitor/src/main/webapp/app/uui/fusion/scripts/controller/left-menuController.js
index 03e90bc2..93608a69 100644
--- a/usecaseui-monitor/src/main/webapp/app/uui/fusion/scripts/controller/left-menuController.js
+++ b/usecaseui-monitor/src/main/webapp/app/uui/fusion/scripts/controller/left-menuController.js
@@ -31,16 +31,6 @@ app.controller('cmCtrl', ['$scope', function ($scope) {
url: 'app/uui/fusion/scripts/view-models/performance.html',
nclass: 'fa fa-cog'
}
- /*{
- name: 'Topological diagram',
- url: 'app/uui/fusion/scripts/view-models/topology.html',
- nclass: 'fa fa-cog'
- },
- {
- name: 'Device topological',
- url: 'app/uui/fusion/scripts/view-models/device-topological.html',
- nclass: 'fa fa-cog'
- }*/
];
$scope.currentTab = currentTab;
$scope.$watch('currentTab', function (newValue, oldValue) {