mirror of https://github.com/apache/cloudstack.git
UI: fix create Isolated/L2 network form (#5779)
This commit is contained in:
parent
8ace2722e7
commit
cc856277de
|
|
@ -22,5 +22,5 @@ export function isAdmin () {
|
|||
}
|
||||
|
||||
export function isAdminOrDomainAdmin () {
|
||||
return ['Admin', 'DomainAdmin'].includes(this.$store.getters.userInfo.roletype)
|
||||
return ['Admin', 'DomainAdmin'].includes(store.getters.userInfo.roletype)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue