mirror of https://github.com/apache/cloudstack.git
UI: create network form constantly tries to list domains - which is not permitted for normal users (#9348)
This commit is contained in:
parent
b080215c08
commit
f35f3f6a96
|
|
@ -449,7 +449,9 @@ export default {
|
|||
})
|
||||
},
|
||||
fetchData () {
|
||||
this.fetchDomainData()
|
||||
if (this.isAdminOrDomainAdmin()) {
|
||||
this.fetchDomainData()
|
||||
}
|
||||
this.fetchZoneData()
|
||||
this.allowSettingMTU()
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue