diff --git a/ui/scripts/sharedFunctions.js b/ui/scripts/sharedFunctions.js index 7948b763764..285b6341b4c 100644 --- a/ui/scripts/sharedFunctions.js +++ b/ui/scripts/sharedFunctions.js @@ -261,10 +261,6 @@ cloudStack.actionFilter = { var jsonObj = args.context.item; var allowedActions = []; - if (!isAdmin()) { - return []; - } - if(jsonObj.type == 'Isolated') { allowedActions.push('edit'); //only Isolated network can be upgraded }