Skip to content

Commit 48f2ae2

Browse files
author
Jessica Wang
committed
CS-16435: reverted a check-in "CS-15096: Disable network actions for non-admins (2012-05-25 12:55:34)"
1 parent f6b86f0 commit 48f2ae2

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

ui/scripts/sharedFunctions.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -252,10 +252,6 @@ cloudStack.actionFilter = {
252252
var jsonObj = args.context.item;
253253
var allowedActions = [];
254254

255-
if (!isAdmin()) {
256-
return [];
257-
}
258-
259255
if(jsonObj.type == 'Isolated') {
260256
allowedActions.push('edit'); //only Isolated network can be upgraded
261257
}

0 commit comments

Comments
 (0)