diff options
author | nancylizi <li.zi30@zte.com.cn> | 2016-11-02 16:47:14 +0800 |
---|---|---|
committer | nancylizi <li.zi30@zte.com.cn> | 2016-11-02 16:47:14 +0800 |
commit | eff211612f53b84bd5edc924c31e41417bba9ac1 (patch) | |
tree | 4f3c7d1fd60e366adc874ea9923cb240f1b74bca /openo-portal | |
parent | 923a652ff96637e349f966beeb13a1ac4c2c6c77 (diff) |
Add model design to GUI sub menu.
Change-Id: I758902b6a8d257cfa1aae0d9a5a40afd6f5168c9
Issue-id:GSO-96
Signed-off-by: nancylizi <li.zi30@zte.com.cn>
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 859c69b5..78dc1b20 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",
|