From a3591f7fe0b20bd010b6daa5054a919aab6aa5fa Mon Sep 17 00:00:00 2001 From: zhangab Date: Mon, 14 May 2018 15:15:04 +0800 Subject: add service scaling function Change-Id: If01f30e0a4105d27086f2ada555c94334c54e4ec Issue-ID: USECASEUI-115 Signed-off-by: zhangab --- .../app/uui/fusion/scripts/controller/left-menuController.js | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'usecaseui-monitor/src/main/webapp/app/uui/fusion/scripts/controller/left-menuController.js') 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) { -- cgit 1.2.3-korg