From 07d1ffc4e776f916daa44c08c67c9dc4cf69a515 Mon Sep 17 00:00:00 2001 From: Pearl Dsilva Date: Thu, 10 Mar 2022 16:39:36 +0530 Subject: [PATCH] UI: Fix route to domain details (#6086) --- ui/src/components/view/DedicateData.vue | 2 +- ui/src/components/view/InfoCard.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/src/components/view/DedicateData.vue b/ui/src/components/view/DedicateData.vue index 4e8009dd4ec..0ff01ac34d5 100644 --- a/ui/src/components/view/DedicateData.vue +++ b/ui/src/components/view/DedicateData.vue @@ -24,7 +24,7 @@

{{ $t('label.domainid') }}
- {{ dedicatedDomainId }} + {{ dedicatedDomainId }}

{{ $t('label.account') }}
diff --git a/ui/src/components/view/InfoCard.vue b/ui/src/components/view/InfoCard.vue index a0f055ecb7e..6429d600d11 100644 --- a/ui/src/components/view/InfoCard.vue +++ b/ui/src/components/view/InfoCard.vue @@ -572,7 +572,7 @@

- {{ resource.domain || resource.domainid }} + {{ resource.domain || resource.domainid }} {{ resource.domain || resource.domainid }}