From 25f1d203403fcc85023244896c9c98b95d40fb01 Mon Sep 17 00:00:00 2001 From: Abhishek Kumar Date: Wed, 3 Sep 2025 18:35:06 +0530 Subject: [PATCH] ui: show multiple domains as links in list view (#11536) * ui: show multiple domains as links in list view Currently, when resources are linked to multiple domains and they are shown in the list view, they are not clickable. This PR fixes it. Signed-off-by: Abhishek Kumar * fix Signed-off-by: Abhishek Kumar --------- Signed-off-by: Abhishek Kumar --- ui/src/components/view/ListView.vue | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/ui/src/components/view/ListView.vue b/ui/src/components/view/ListView.vue index eca99dc0346..0109784047a 100644 --- a/ui/src/components/view/ListView.vue +++ b/ui/src/components/view/ListView.vue @@ -365,7 +365,14 @@