diff options
author | 2016-10-31 14:45:20 +0800 | |
---|---|---|
committer | 2016-10-31 06:49:21 +0000 | |
commit | 661bdd125756ecf3df3872a0ff069c2fda8f6a5d (patch) | |
tree | 90633b893647a8aa2ae3cee4030242f7ef966903 /openo-portal/portal-common/src | |
parent | 38a3195abbb70f915339f29d396b21c624e6346d (diff) |
Fix the bug "Can not show package detail", remove the modeldsigner child menu.
Change-Id: I6d9231db6e0d8458c33a228861a441ea27707ba5
Issue-id:GSO-86
Signed-off-by: nancylizi <li.zi30@zte.com.cn>
Diffstat (limited to 'openo-portal/portal-common/src')
-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 d99bce15..b7c088f4 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 @@ -52,12 +52,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"
|