diff options
author | “shentao” <shentao@chinamobile.com> | 2016-11-07 13:30:31 +0800 |
---|---|---|
committer | “shentao” <shentao@chinamobile.com> | 2016-11-07 13:30:31 +0800 |
commit | 1799c18416ccb7e2bac1fd6aabcb74521f65da24 (patch) | |
tree | cb8a28f29d2cf52fab37219ed5cb630a58267613 /openo-portal/portal-common/src/main/webapp/common/json | |
parent | cf298fc4149e52135d5a712b345ac206abfc88cb (diff) |
GSO-102
Change-Id: Iabd63832ff4682eff83b37fa07481bcdd91c6b30
Signed-off-by: “shentao” <shentao@chinamobile.com>
Diffstat (limited to 'openo-portal/portal-common/src/main/webapp/common/json')
-rw-r--r-- | openo-portal/portal-common/src/main/webapp/common/json/menu_list.json | 35 |
1 files changed, 23 insertions, 12 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 78dc1b20..5e7944e7 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 @@ -29,6 +29,11 @@ "id":"openo_menu_performance",
"url":"",
"iconClass":"fa fa-bar-chart"
+ },
+ {
+ "id":"openo_menu_monitor",
+ "url":"",
+ "iconClass":"fa fa-desktop"
}
],
"childMenus":[
@@ -38,18 +43,18 @@ "url":"../lifecyclemgr/gsolcmmain.html",
"iconClass":"fa fa-comments"
},
- {
- "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_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",
@@ -103,6 +108,12 @@ "id":"openo_menu_alarm_alarm_query",
"url":"../performance/alarm_view.html",
"iconClass":"fa fa-bell"
+ },
+ {
+ "parentId":"openo_menu_monitor",
+ "id":"openo_menu_monitor_parameter_setting",
+ "url":"../monitor/monitorSettingList.html",
+ "iconClass":"fa fa-cogs"
}
]
}
\ No newline at end of file |