mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
config: fix existing domain, zone values display for update offering access (#103)
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com> Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
e27a9670f0
commit
f5618fb5be
@ -163,6 +163,7 @@ export default {
|
||||
this.domains = this.domains.concat(listDomains)
|
||||
}).finally(() => {
|
||||
this.domainLoading = false
|
||||
this.updateDomainSelection()
|
||||
})
|
||||
},
|
||||
fetchZoneData () {
|
||||
@ -174,6 +175,7 @@ export default {
|
||||
this.zones = this.zones.concat(listZones)
|
||||
}).finally(() => {
|
||||
this.zoneLoading = false
|
||||
this.updateZoneSelection()
|
||||
})
|
||||
},
|
||||
updateDomainSelection () {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user