From 5f29065af93a3444e433615caf144ab80ece9001 Mon Sep 17 00:00:00 2001 From: Chinmay Soni Date: Fri, 17 Jul 2026 10:41:57 +0000 Subject: [PATCH 1/4] fix(ui): restore Account column hyperlink routing in list views (#13639) --- ui/src/components/view/ListView.vue | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ui/src/components/view/ListView.vue b/ui/src/components/view/ListView.vue index c5346390f178..6cddff9c3195 100644 --- a/ui/src/components/view/ListView.vue +++ b/ui/src/components/view/ListView.vue @@ -695,12 +695,20 @@ {{ text }} + {{ text }} {{ text }} From 4de326ae966b768d7e711e1dfe38539d8d38f144 Mon Sep 17 00:00:00 2001 From: Chinmay Soni Date: Fri, 17 Jul 2026 15:10:58 +0000 Subject: [PATCH 2/4] fix(ui): use v-else-if for Account column routing per maintainer review --- ui/src/components/view/ListView.vue | 26 +++++++++++--------------- 1 file changed, 11 insertions(+), 15 deletions(-) diff --git a/ui/src/components/view/ListView.vue b/ui/src/components/view/ListView.vue index 6cddff9c3195..18c8f70fb3a5 100644 --- a/ui/src/components/view/ListView.vue +++ b/ui/src/components/view/ListView.vue @@ -655,8 +655,7 @@ - - - -