mirror of https://github.com/apache/cloudstack.git
ui: Prevent users from viewing - Project Configure Limits tab (#5601)
This commit is contained in:
parent
75a8c8ff7c
commit
6e67edcf50
|
|
@ -50,7 +50,7 @@ export default {
|
|||
},
|
||||
{
|
||||
name: 'limits',
|
||||
show: (record, route, user) => { return ['Admin', 'DomainAdmin'].includes(user.roletype) || record.isCurrentUserProjectAdmin },
|
||||
show: (record, route, user) => { return ['Admin', 'DomainAdmin'].includes(user.roletype) },
|
||||
component: () => import('@/components/view/ResourceLimitTab.vue')
|
||||
}
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in New Issue