mirror of https://github.com/apache/cloudstack.git
Now correct values are shown when configuring limits for a domain. (#5874) (#5880) Co-authored-by: JoaoJandre <48719461+JoaoJandre@users.noreply.github.com> Co-authored-by: Joao <JoaoJandre@gitlab.com>
This commit is contained in:
parent
f3289fb596
commit
4996b800b5
|
|
@ -105,6 +105,7 @@ export default {
|
|||
try {
|
||||
this.formLoading = true
|
||||
this.dataResource = await this.listResourceLimits(params)
|
||||
this.form.resetFields()
|
||||
this.formLoading = false
|
||||
} catch (e) {
|
||||
this.$notification.error({
|
||||
|
|
|
|||
Loading…
Reference in New Issue