mirror of https://github.com/apache/cloudstack.git
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:
parent
c33c19dd31
commit
965da2ce99
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue