mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
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…
x
Reference in New Issue
Block a user