diff --git a/ui/scripts/sharedFunctions.js b/ui/scripts/sharedFunctions.js index a81c4270b21..36545cc2722 100644 --- a/ui/scripts/sharedFunctions.js +++ b/ui/scripts/sharedFunctions.js @@ -265,10 +265,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 }