diff options
Diffstat (limited to 'openo-portal/portal-common/src/main/webapp')
-rw-r--r-- | openo-portal/portal-common/src/main/webapp/common/json/menu_list.json | 8 |
1 files changed, 1 insertions, 7 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 148b4bab..e4b0c3ad 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 @@ -40,17 +40,11 @@ }, { "parentId":"openo_menu_resource_mgr", - "id":"openo_menu_resource_mgr_sdno", + "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_nfvo", - "url":"../resmgr-nfv/resource.html", - "iconClass":"fa fa-folder-open-o" - }, - { "parentId":"openo_menu_user", "id":"openo_menu_user_user_management", "url":"../user/user.html", |