From: Seshu-Kumar-M Date: Mon, 31 Oct 2016 06:48:58 +0000 (+0800) Subject: In Resource Mgr there is no resources listed for the NFVO. X-Git-Tag: release/mercury~222 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=e873fa663c4d103b360d3fd9e796869325da1363;p=vnfsdk%2Frefrepo.git In Resource Mgr there is no resources listed for the NFVO. Issue is due to the menu_list.json not listing the nfvo resource.html NFVO-50 Change-Id: I2fd594f99ed7121380571065cd8ae060eb8d417b Signed-off-by: Seshu-Kumar-M --- 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 d99bce15..37447d54 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 @@ -38,12 +38,18 @@ "url":"../lifecyclemgr/gsolcmmain.html", "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", "id":"openo_menu_user_user_management",