diff options
author | jin xin <j00101220@huawei.com> | 2016-10-31 06:53:02 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@open-o.org> | 2016-10-31 06:53:02 +0000 |
commit | c20be4700823e4b95a68e74a04867b008efb9ae1 (patch) | |
tree | 282767bdacb6473633cb2ed5b48b8e78d529a48c /openo-portal/portal-common/src/main | |
parent | 7b44cab5387ec86bb2ec5b756205d8231de32d2f (diff) | |
parent | 334034c7ac2d382b5a91084a833a6d152db31436 (diff) |
Merge "Fix the bug "Can not show package detail", remove the modeldsigner child menu."
Diffstat (limited to 'openo-portal/portal-common/src/main')
-rw-r--r-- | openo-portal/portal-common/src/main/webapp/common/json/menu_list.json | 6 |
1 files changed, 0 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 37447d54..859c69b5 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 @@ -58,12 +58,6 @@ },
{
"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",
"url":"../catalog/csarPackage.html",
"iconClass":"fa fa-folder-open-o"
|