From e8f78ea0c6a5bce189c3c688046f0d0062f2f0c5 Mon Sep 17 00:00:00 2001 From: Seshu-Kumar-M Date: Mon, 31 Oct 2016 15:03:46 +0800 Subject: [PATCH] RESOURCE MGR does not list the NFVO resources NFVO-50 Signed-off-by: Seshu-Kumar-M Change-Id: Ia0c94e490900cf9408d147ab4ea344d7640785b0 --- .../src/main/webapp/common/json/menu_list.json | 14 ++++++++++---- 1 file 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", -- 2.16.6