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] || '' }} -