CS-15825: cloudstack 3.0 UI - VPC - Tier - detailView - allow all actions for regular-user and domain-admin since server-side doesn't have restriction.

This commit is contained in:
Jessica Wang 2012-08-08 16:07:06 -07:00
parent c33c19dd31
commit 965da2ce99
1 changed files with 0 additions and 4 deletions

View File

@ -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
}