CS-14624: cloudstack 3.0 UI - hide "Add Account" button from domain-admin.

This commit is contained in:
Jessica Wang 2012-04-24 14:33:21 -07:00
parent 8ccb4b6680
commit 66bb690b2d
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@
add: {
label: 'label.add.account',
preFilter: function(args) {
if(isAdmin() || isDomainAdmin())
if(isAdmin())
return true;
else
return false;