diff options
author | Seshu-Kumar-M <seshu.kumar.m@huawei.com> | 2016-10-31 14:48:58 +0800 |
---|---|---|
committer | Seshu-Kumar-M <seshu.kumar.m@huawei.com> | 2016-10-31 14:48:58 +0800 |
commit | e873fa663c4d103b360d3fd9e796869325da1363 (patch) | |
tree | 39dad8c8c2363c3feb57341194431abd13311dfe | |
parent | c0a2ffc492d72633996afdb521a41aa8d86893cb (diff) |
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 <seshu.kumar.m@huawei.com>
-rw-r--r-- | openo-portal/portal-common/src/main/webapp/common/json/menu_list.json | 18 |
1 files changed, 12 insertions, 6 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 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",
|