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

shwstppr pushed a commit to branch 4.17
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/4.17 by this push:
     new ef2997c4a88 ui: fix the warning in detail tab (#6645)
ef2997c4a88 is described below

commit ef2997c4a880b10f47458114b8c7bfcc556f4648
Author: Hoang Nguyen <[email protected]>
AuthorDate: Tue Aug 16 18:11:19 2022 +0700

    ui: fix the warning in detail tab (#6645)
    
    This PR for fixes the warning in detail tab
---
 ui/src/components/view/DetailsTab.vue | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/ui/src/components/view/DetailsTab.vue 
b/ui/src/components/view/DetailsTab.vue
index 3c260c05470..a86026912fb 100644
--- a/ui/src/components/view/DetailsTab.vue
+++ b/ui/src/components/view/DetailsTab.vue
@@ -98,6 +98,18 @@ export default {
     loading: {
       type: Boolean,
       default: false
+    },
+    items: {
+      type: Object,
+      default: () => {}
+    },
+    bordered: {
+      type: Boolean,
+      default: false
+    },
+    tab: {
+      type: String,
+      default: ''
     }
   },
   data () {

Reply via email to