From 3c0579d48d533770ee2863922e5d7cda5ccdf56e Mon Sep 17 00:00:00 2001 From: davidjumani Date: Wed, 28 Oct 2020 15:14:06 +0530 Subject: [PATCH] infocard: Adding support to redirect to publicip (#812) Signed-off-by: Rohit Yadav --- ui/src/components/view/InfoCard.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/src/components/view/InfoCard.vue b/ui/src/components/view/InfoCard.vue index 6d0356b7148..aa778d6dc5b 100644 --- a/ui/src/components/view/InfoCard.vue +++ b/ui/src/components/view/InfoCard.vue @@ -308,7 +308,8 @@ type="environment" @click="$message.success(`${$t('label.copied.clipboard')} : ${ ipaddress }`)" v-clipboard:copy="ipaddress" /> - {{ ipaddress }} + {{ ipaddress }} + {{ ipaddress }}