diff options
author | jin xin <j00101220@huawei.com> | 2016-11-02 10:11:02 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@open-o.org> | 2016-11-02 10:11:02 +0000 |
commit | 775c5d44a152d1cd1ef669d10b429a5150296464 (patch) | |
tree | a487a5120a72445ac22d23845f78eceea3953b47 /openo-portal | |
parent | f2812cb6c74e5997b3c2ac667db8930ccdb082d9 (diff) | |
parent | 993798c007a32816489d2b5f9d6fb0ae716255f0 (diff) |
Merge "Add model design to GUI sub menu." into sun
Diffstat (limited to 'openo-portal')
-rw-r--r-- | openo-portal/portal-common/src/main/webapp/common/json/menu_list.json | 6 |
1 files changed, 6 insertions, 0 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 e5a90972..8762789b 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 @@ -56,6 +56,12 @@ "url":"../user/user.html",
"iconClass":"fa fa-puzzle-piece"
},
+ {
+ "parentId":"openo_menu_orchestrator",
+ "id":"openo_menu_orchestrator_model_design",
+ "url":"/winery/servicetemplates.html",
+ "iconClass":"fa fa-folder-open-o"
+ },
{
"parentId":"openo_menu_orchestrator",
"id":"openo_menu_orchestrator_package",
|