From 3f4f46580533a65d458b1af32c28b61c1ed7a3aa Mon Sep 17 00:00:00 2001 From: Amichai Hemli Date: Mon, 4 Nov 2019 16:31:34 +0200 Subject: remove internal urls Issue-ID: VID-646 Signed-off-by: Amichai Hemli Change-Id: Ie76259a41909ae5667053a2ef2ab6f0094dc6b6c --- .../webapp/WEB-INF/fusion/jsp/ebz/ebz_header.jsp | 37 +--------------------- 1 file changed, 1 insertion(+), 36 deletions(-) (limited to 'epsdk-app-onap/src') diff --git a/epsdk-app-onap/src/main/webapp/WEB-INF/fusion/jsp/ebz/ebz_header.jsp b/epsdk-app-onap/src/main/webapp/WEB-INF/fusion/jsp/ebz/ebz_header.jsp index 4808ccd43..50a10d607 100644 --- a/epsdk-app-onap/src/main/webapp/WEB-INF/fusion/jsp/ebz/ebz_header.jsp +++ b/epsdk-app-onap/src/main/webapp/WEB-INF/fusion/jsp/ebz/ebz_header.jsp @@ -644,28 +644,7 @@ } $scope.createFavoriteErrorMenu=function() { - $scope.favoritesMenuItems = [ -// { -// "menuId": "93", -// "text": "JSONLint", -// "url": "http://http://jsonlint.com" -// }, -// { -// "menuId": "22", -// "text": "ECOMP Wasteland", -// "url": "https://ecomp.homer.att.com/ecompportal/applicationsHome" -// }, -// { -// "menuId": "94", -// "text": "HROneStop", -// "url": "http://ebiz.sbc.com/hronestop" -// }, -// { -// "menuId": "91", -// "text": "Andy and his Astrophotgraphy", -// "url": "https://ecomp.homer.att.com/ecompportal/applicationsHome" -// } - ]; + $scope.favoritesMenuItems = []; $scope.favoriteItemsCount = Object.keys($scope.favoritesMenuItems).length; $log.info('number of favorite menus: ' + $scope.favoriteItemsCount); } @@ -736,20 +715,6 @@ "parentMenuId": 4, "url": "http://http://jsonlint.com" }, - { - "menuId": 94, - "column": 2, - "text": "HROneStop", - "parentMenuId": 4, - "url": "http://ebiz.sbc.com/hronestop" - }, - { - "menuId": 95, - "column": 2, - "text": "4th Level App4a R16", - "parentMenuId": 4, - "url": "http://www.e-access.att.com/ecomp_portal_ist/ecompportal/widgets" - }, { "menuId": 96, "column": 3, -- cgit 1.2.3-korg