This is an automated email from the ASF dual-hosted git repository.
sureshanaparti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
The following commit(s) were added to refs/heads/main by this push:
new 7f000f5 Now correct values are shown when configuring limits for a
domain. (#5874)
7f000f5 is described below
commit 7f000f50164b2c47a726518f5752d7bdae68f057
Author: JoaoJandre <[email protected]>
AuthorDate: Thu Jan 20 01:58:56 2022 -0300
Now correct values are shown when configuring limits for a domain. (#5874)
Co-authored-by: Joao <[email protected]>
---
ui/src/components/view/ResourceLimitTab.vue | 1 +
1 file changed, 1 insertion(+)
diff --git a/ui/src/components/view/ResourceLimitTab.vue
b/ui/src/components/view/ResourceLimitTab.vue
index 93cce68..91cf42d 100644
--- a/ui/src/components/view/ResourceLimitTab.vue
+++ b/ui/src/components/view/ResourceLimitTab.vue
@@ -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({