From e873fa663c4d103b360d3fd9e796869325da1363 Mon Sep 17 00:00:00 2001 From: Seshu-Kumar-M Date: Mon, 31 Oct 2016 14:48:58 +0800 Subject: 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 --- .../src/main/webapp/common/json/menu_list.json | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) (limited to 'openo-portal/portal-common') 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", -- cgit 1.2.3-korg