From cf0070a844e3c70a0087ad20dcd2d17972187e46 Mon Sep 17 00:00:00 2001 From: Varun Patil Date: Mon, 13 May 2024 09:36:10 -0700 Subject: [PATCH] status: fix column width --- framework/ndn-testbed-status/src/App.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/framework/ndn-testbed-status/src/App.vue b/framework/ndn-testbed-status/src/App.vue index cbeed90..c59fd94 100644 --- a/framework/ndn-testbed-status/src/App.vue +++ b/framework/ndn-testbed-status/src/App.vue @@ -43,9 +43,11 @@ warning: getFromNow(router.status?.timestamp ?? 0) < -1800, }">{{ getFromNowStr(router.status?.timestamp, 'seconds') }} {{ getFromNowStr(router.status?.tls?.expiry, 'days') || router.status?.tls?.error }} + }" :title="router.status?.tls?.error ?? ''" + >{{ getFromNowStr(router.status?.tls?.expiry, 'days') || router.status?.tls?.error }}