From 7d93c076e620e034b52dc404e34e2f71414c5363 Mon Sep 17 00:00:00 2001 From: Varun Patil Date: Sat, 11 May 2024 14:54:21 -0700 Subject: [PATCH] status: fix ws-tls color --- framework/ndn-testbed-status/src/App.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/framework/ndn-testbed-status/src/App.vue b/framework/ndn-testbed-status/src/App.vue index 27b79c9..223daba 100644 --- a/framework/ndn-testbed-status/src/App.vue +++ b/framework/ndn-testbed-status/src/App.vue @@ -46,7 +46,10 @@ warning: (router.status?.tls?.expiry ?? -1) < 0, okay: getFromNow(router.status?.tls?.expiry ?? -1) > 7 * 86400, }">{{ getFromNowStr(router.status?.tls?.expiry, 'days') || router.status?.tls?.error }} - + {{ router.status?.['ws-tls'] ? 'OK' : '' }}