Skip to content

Commit c86b98e

Browse files
authored
ui: show account configure limits tab for domain-admin (apache#5858)
Fixes apache#5676 Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
1 parent 4746509 commit c86b98e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/src/config/section/account.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export default {
3939
},
4040
{
4141
name: 'limits',
42-
show: (record, route, user) => { return ['Admin'].includes(user.roletype) },
42+
show: (record, route, user) => { return ['Admin', 'DomainAdmin'].includes(user.roletype) },
4343
component: () => import('@/components/view/ResourceLimitTab.vue')
4444
},
4545
{

0 commit comments

Comments
 (0)