From d13057ace593eedaf66cc2a5299e04a29e18513f Mon Sep 17 00:00:00 2001 From: Abhishek Kumar Date: Thu, 30 Dec 2021 15:20:37 +0530 Subject: [PATCH] ui: show tags only for supported resources (#5798) * ui: prevent incorrect tags displa for primary storage Tags in info card of the UI are related to tags functionality(create/delete/lsitTags API) UI was incorrectly showing storage tags as these tags in the UI. Signed-off-by: Abhishek Kumar * remove logging Signed-off-by: Abhishek Kumar * ui: show tags only for supported resources Signed-off-by: Abhishek Kumar --- ui/src/components/view/InfoCard.vue | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/ui/src/components/view/InfoCard.vue b/ui/src/components/view/InfoCard.vue index fadead44684..6347c4c3a89 100644 --- a/ui/src/components/view/InfoCard.vue +++ b/ui/src/components/view/InfoCard.vue @@ -651,7 +651,7 @@ -