From 9678c7bd1e0cb6b4fa53b8bbef75d50d8d6812f6 Mon Sep 17 00:00:00 2001 From: Pearl Dsilva Date: Wed, 14 Jul 2021 02:07:29 +0530 Subject: [PATCH] ui: Fix traversal to domain details via domain router-link of a resource (#5182) --- 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 bfdac6a5694..62fe8872190 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 }}