mirror of https://github.com/apache/cloudstack.git
CS-14624: cloudstack 3.0 UI - hide "Add Account" button from domain-admin.
This commit is contained in:
parent
8ccb4b6680
commit
66bb690b2d
|
|
@ -67,7 +67,7 @@
|
|||
add: {
|
||||
label: 'label.add.account',
|
||||
preFilter: function(args) {
|
||||
if(isAdmin() || isDomainAdmin())
|
||||
if(isAdmin())
|
||||
return true;
|
||||
else
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Reference in New Issue