aboutsummaryrefslogtreecommitdiffstats
path: root/resmgr
diff options
context:
space:
mode:
authorQuan-Zhong <quanzhong@huawei.com>2017-04-26 20:58:34 +0800
committerQuan-Zhong <quanzhong@huawei.com>2017-04-26 20:58:34 +0800
commitfead43f84dfd3e849509073159de4b10e1b33bb5 (patch)
treecadfcb726b657d6534a5f6187cc239f164b8aecd /resmgr
parenteaf64ea69ea837a99e0ad26fd9c33cf3537e9166 (diff)
remove vim.html
NFVO-171 Change-Id: I8bb2293830d50ad3b42013876f58e85f5676c062 Signed-off-by: Quan-Zhong <quanzhong@huawei.com>
Diffstat (limited to 'resmgr')
-rw-r--r--resmgr/src/main/webapp/resmgr/js/app.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/resmgr/src/main/webapp/resmgr/js/app.js b/resmgr/src/main/webapp/resmgr/js/app.js
index 2ffcc2b6..ac91dab3 100644
--- a/resmgr/src/main/webapp/resmgr/js/app.js
+++ b/resmgr/src/main/webapp/resmgr/js/app.js
@@ -68,11 +68,13 @@ var app = angular.module("ResourceMgrApp", ["ui.router", "ngTable"])
controller : "datacenterCtrl"
})
- .state("resource.vim", {
+ /*
+ .state("resource.vim", {
url: "/vim",
templateUrl : "nfv-resmgr/vim/vim.html",
controller : "vimCtrl"
})
+ */
})