mirror of
https://github.com/smartyellow/status.git
synced 2025-06-28 04:35:11 +00:00
Print interval since last check on dashboard
Signed-off-by: Romein van Buren <romein@vburen.nl>
This commit is contained in:
@ -12,6 +12,7 @@ const mapService = (s, beat) => ({
|
||||
name: s.name,
|
||||
cluster: s.cluster,
|
||||
lastBeat: beat,
|
||||
checked: s.lastChecked,
|
||||
});
|
||||
|
||||
async function createDashboardSocket(server) {
|
||||
|
Reference in New Issue
Block a user