You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by nv...@apache.org on 2022/03/10 10:34:00 UTC

[cloudstack] branch main updated: UI: Fix Dedicating resource to a domain (#6085)

This is an automated email from the ASF dual-hosted git repository.

nvazquez 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 b1e01a8  UI: Fix Dedicating resource to a domain (#6085)
b1e01a8 is described below

commit b1e01a89a9329532fa459d73704c01ab8bf04ce3
Author: Pearl Dsilva <pe...@gmail.com>
AuthorDate: Thu Mar 10 16:03:18 2022 +0530

    UI: Fix Dedicating resource to a domain (#6085)
---
 ui/src/components/view/DedicateData.vue | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/ui/src/components/view/DedicateData.vue b/ui/src/components/view/DedicateData.vue
index 75dcb92..4e8009d 100644
--- a/ui/src/components/view/DedicateData.vue
+++ b/ui/src/components/view/DedicateData.vue
@@ -67,6 +67,9 @@ export default {
     DedicateModal
   },
   inject: ['parentFetchData'],
+  created () {
+    this.fetchData()
+  },
   data () {
     return {
       modalActive: false,