From: Seshu-Kumar-M Date: Mon, 31 Oct 2016 07:03:46 +0000 (+0800) Subject: RESOURCE MGR does not list the NFVO resources X-Git-Tag: release/sun~51^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=e8f78ea0c6a5bce189c3c688046f0d0062f2f0c5;p=vnfsdk%2Frefrepo.git RESOURCE MGR does not list the NFVO resources NFVO-50 Signed-off-by: Seshu-Kumar-M Change-Id: Ia0c94e490900cf9408d147ab4ea344d7640785b0 --- 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",