diff --git a/web/html/nodes.html b/web/html/nodes.html index eaaaafe3..7f8be569 100644 --- a/web/html/nodes.html +++ b/web/html/nodes.html @@ -49,36 +49,38 @@
| {{ i18n "pages.nodes.nodeId" }} | -[[ nodes[0].nodeId ]] | -
| {{ i18n "pages.nodes.status" }} | -
- |
-
| {{ i18n "pages.nodes.lastHeartbeat" }} | -[[ nodes[0].lastHeartbeatAt ? formatTime(nodes[0].lastHeartbeatAt) : '-' ]] | -
| {{ i18n "pages.nodes.lastSync" }} | -[[ nodes[0].lastSyncAt ? formatTime(nodes[0].lastSyncAt) : '-' ]] | -
| {{ i18n "pages.nodes.syncVersion" }} | -[[ nodes[0].lastSeenVersion ]] | -
| {{ i18n "pages.nodes.error" }} | -[[ nodes[0].lastError || '-' ]] | -