From 424a47c6263a06696440f1a93fbccb376943c343 Mon Sep 17 00:00:00 2001 From: utchoang Date: Tue, 22 Jun 2021 14:23:51 +0700 Subject: [PATCH] watch the systemVM for enabling quickview when newly resource --- ui/src/components/view/QuickView.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/components/view/QuickView.vue b/ui/src/components/view/QuickView.vue index 05ffe3d408a2..d17ca9f5107f 100644 --- a/ui/src/components/view/QuickView.vue +++ b/ui/src/components/view/QuickView.vue @@ -58,7 +58,7 @@ export default { } }, watch: { - actions (item) { + resource () { this.actionsExist = this.doActionsExist() } },