mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
Merge remote-tracking branch 'origin/4.15'
This commit is contained in:
commit
1286ffd37b
@ -58,11 +58,9 @@ export default {
|
||||
fields.push('hostname')
|
||||
fields.push('zonename')
|
||||
} else if (store.getters.userInfo.roletype === 'DomainAdmin') {
|
||||
fields.splice(2, 0, 'displayname')
|
||||
fields.push('account')
|
||||
fields.push('zonename')
|
||||
} else {
|
||||
fields.splice(2, 0, 'displayname')
|
||||
fields.push('zonename')
|
||||
}
|
||||
return fields
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user