Skip to content

Commit 66bb690

Browse files
author
Jessica Wang
committed
CS-14624: cloudstack 3.0 UI - hide "Add Account" button from domain-admin.
1 parent 8ccb4b6 commit 66bb690

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/scripts/accounts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
add: {
6868
label: 'label.add.account',
6969
preFilter: function(args) {
70-
if(isAdmin() || isDomainAdmin())
70+
if(isAdmin())
7171
return true;
7272
else
7373
return false;

0 commit comments

Comments
 (0)