From be52f969c7821e2de9e1db93ddc9ba29664a7dd4 Mon Sep 17 00:00:00 2001 From: Pearl Dsilva Date: Mon, 5 Jul 2021 17:55:23 +0530 Subject: [PATCH] ui: Fix traversal to domain details via domain router-link of a resource --- ui/src/components/view/InfoCard.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/components/view/InfoCard.vue b/ui/src/components/view/InfoCard.vue index bfdac6a56947..62fe8872190b 100644 --- a/ui/src/components/view/InfoCard.vue +++ b/ui/src/components/view/InfoCard.vue @@ -536,7 +536,7 @@
{{ $t('label.domain') }}
- {{ resource.domain || resource.domainid }} + {{ resource.domain || resource.domainid }} {{ resource.domain || resource.domainid }}