From 334034c7ac2d382b5a91084a833a6d152db31436 Mon Sep 17 00:00:00 2001
From: nancylizi
Date: Mon, 31 Oct 2016 14:45:20 +0800
Subject: Fix the bug "Can not show package detail", remove the modeldsigner
child menu.
Change-Id: I6d9231db6e0d8458c33a228861a441ea27707ba5
Issue-id:GSO-86
Signed-off-by: nancylizi
---
.../portal-common/src/main/webapp/common/json/menu_list.json | 6 ------
1 file changed, 6 deletions(-)
(limited to 'openo-portal/portal-common/src')
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
@@ -50,12 +50,6 @@
"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",
--
cgit