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 e689cab22a
commit fd63ef10e4
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;