mirror of https://github.com/apache/cloudstack.git
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…
Reference in New Issue