From b999d351841a8249c55e7365a66cdb9a97cd469c Mon Sep 17 00:00:00 2001 From: Abhishek Kumar Date: Fri, 29 Aug 2025 17:05:55 +0530 Subject: [PATCH 1/2] 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 --- ui/src/components/view/ListView.vue | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/ui/src/components/view/ListView.vue b/ui/src/components/view/ListView.vue index eca99dc03469..0eb387815ada 100644 --- a/ui/src/components/view/ListView.vue +++ b/ui/src/components/view/ListView.vue @@ -365,7 +365,21 @@