aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjin xin <j00101220@huawei.com>2016-10-31 07:18:37 +0000
committerGerrit Code Review <gerrit@open-o.org>2016-10-31 07:18:37 +0000
commit2f62bcbfb62bb4b4390ee80e9a87ce263cff12dc (patch)
treed60e30a3493a510e32d1a3486dddee1410ba0be2
parenta345dc5c3d96da328d0ea3ece5e53d4db59cfcc4 (diff)
parente8f78ea0c6a5bce189c3c688046f0d0062f2f0c5 (diff)
Merge "RESOURCE MGR does not list the NFVO resources" into sun
-rw-r--r--openo-portal/portal-common/src/main/webapp/common/json/menu_list.json14
1 files changed, 10 insertions, 4 deletions
diff --git a/openo-portal/portal-common/src/main/webapp/common/json/menu_list.json b/openo-portal/portal-common/src/main/webapp/common/json/menu_list.json
index b7c088f4..e5a90972 100644
--- a/openo-portal/portal-common/src/main/webapp/common/json/menu_list.json
+++ b/openo-portal/portal-common/src/main/webapp/common/json/menu_list.json
@@ -39,10 +39,16 @@
"iconClass":"fa fa-comments"
},
{
- "parentId":"openo_menu_resource_mgr",
- "id":"openo_menu_resource_mgr",
- "url":"../resmgr-sdn/resource.html",
- "iconClass":"fa fa-folder-open-o"
+ "parentId":"openo_menu_resource_mgr",
+ "id":"openo_menu_resource_mgr_sdno",
+ "url":"../resmgr-sdn/resource.html",
+ "iconClass":"fa fa-folder-open-o"
+ },
+ {
+ "parentId":"openo_menu_resource_mgr",
+ "id":"openo_menu_resource_mgr_nfvo",
+ "url":"../resmgr-nfv/resource.html",
+ "iconClass":"fa fa-folder-open-o"
},
{
"parentId":"openo_menu_user",