diff --git a/ui/scripts/instances.js b/ui/scripts/instances.js index 61c7f1c7d3f..a829853778e 100644 --- a/ui/scripts/instances.js +++ b/ui/scripts/instances.js @@ -1218,9 +1218,6 @@ changeService: { label: 'label.action.change.service', messages: { - confirm: function(args) { - return 'Are you sure you want to change service offering?'; - }, notification: function(args) { return 'label.action.change.service'; } @@ -1710,6 +1707,7 @@ allowedActions.push("stop"); allowedActions.push("restart"); allowedActions.push("destroy"); + allowedActions.push("changeService"); if (isAdmin()) allowedActions.push("migrate");