aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common
diff options
context:
space:
mode:
authorIttay Stern <ittay.stern@att.com>2020-01-16 09:16:01 +0000
committerGerrit Code Review <gerrit@onap.org>2020-01-16 09:16:01 +0000
commit874c62c8052147a3a3e0c3aed107f7128eefa351 (patch)
tree6c078bd529b9fa2720474a6ea86fb8338f306323 /vid-app-common
parentadef7f90d338e0e93e3a3d0a6f714f0270a9b7f1 (diff)
parenta57577991de1f6f30344ba55b2ee169d5483ebbf (diff)
Merge "remove "Previous instantiotion" button from service popup."
Diffstat (limited to 'vid-app-common')
-rwxr-xr-xvid-app-common/src/main/webapp/app/vid/scripts/controller/creationDialogController.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/vid-app-common/src/main/webapp/app/vid/scripts/controller/creationDialogController.js b/vid-app-common/src/main/webapp/app/vid/scripts/controller/creationDialogController.js
index a6f6cc69d..e92285311 100755
--- a/vid-app-common/src/main/webapp/app/vid/scripts/controller/creationDialogController.js
+++ b/vid-app-common/src/main/webapp/app/vid/scripts/controller/creationDialogController.js
@@ -75,10 +75,6 @@ var creationDialogController = function (COMPONENT, FIELD, PARAMETER, $scope, $h
{
$location.path('/servicePlanning').search({serviceModelId: event.data.data.serviceModelId});
}
- } else if (event.data.eventId == 'showPreviousInstantiations') {
- {
- $location.path('/instantiationStatus').search({filterText: event.data.data.serviceModelId});
- }
}
$scope.$apply();
}