diff options
author | Seshu-Kumar-M <seshu.kumar.m@huawei.com> | 2016-10-31 15:03:46 +0800 |
---|---|---|
committer | Seshu-Kumar-M <seshu.kumar.m@huawei.com> | 2016-10-31 15:11:12 +0800 |
commit | e8f78ea0c6a5bce189c3c688046f0d0062f2f0c5 (patch) | |
tree | d26ca7dd8e433bde5896a668ee2f824a6e424729 /openo-portal | |
parent | e7a6d382c1abe682a3cb5ac3ee7ce1ee074c64c6 (diff) |
RESOURCE MGR does not list the NFVO resources
NFVO-50
Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
Change-Id: Ia0c94e490900cf9408d147ab4ea344d7640785b0
Diffstat (limited to 'openo-portal')
-rw-r--r-- | openo-portal/portal-common/src/main/webapp/common/json/menu_list.json | 14 |
1 files 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",
|