From 23e3864c83d6cf6384312428713c3cf1c287b59e Mon Sep 17 00:00:00 2001 From: Varun Patil Date: Sat, 11 May 2024 14:52:29 -0700 Subject: [PATCH] status: move ping to front --- framework/ndn-testbed-status/src/App.vue | 38 +++++++++++------------- 1 file changed, 18 insertions(+), 20 deletions(-) diff --git a/framework/ndn-testbed-status/src/App.vue b/framework/ndn-testbed-status/src/App.vue index 88cfb25..27b79c9 100644 --- a/framework/ndn-testbed-status/src/App.vue +++ b/framework/ndn-testbed-status/src/App.vue @@ -7,11 +7,12 @@ Prefix HTTPS - Revision Status - TLS Expiry WSS + Revision + + {{ node.shortname }} Host OS Kernel @@ -22,8 +23,6 @@ NLSR Version {{ service }} - - {{ node.shortname }} @@ -40,17 +39,9 @@ {{ router.prefix }} {{ router.host }} - - - {{ router.status?.revision }} - - {{ getFromNowStr(router.status?.timestamp, 'seconds') }} - {{ router.status?.['ws-tls'] ? 'OK' : '' }} + + + {{ router.status?.revision }} + + + + + {{ router.status?.ndnping[node.shortname] || '' }} + {{ router.status?.host_info?.os }} {{ router.status?.host_info?.kernel }} @@ -74,14 +80,6 @@ {{ router.status.services[service].status }} - - - {{ router.status?.ndnping[node.shortname] || '' }} -