@@ -16,7 +16,7 @@
|
|||||||
ELSE
|
ELSE
|
||||||
'bad'
|
'bad'
|
||||||
END AS ok
|
END AS ok
|
||||||
, ms
|
, ms AS ms
|
||||||
FROM
|
FROM
|
||||||
"pinger_pings"
|
"pinger_pings"
|
||||||
ORDER BY start DESC
|
ORDER BY start DESC
|
||||||
@@ -31,7 +31,7 @@
|
|||||||
: "🔴",
|
: "🔴",
|
||||||
`${Math.round((new Date() - 1000*{{.start}})/1000.0)}s ago`,
|
`${Math.round((new Date() - 1000*{{.start}})/1000.0)}s ago`,
|
||||||
new Date(1000*{{.start}}),
|
new Date(1000*{{.start}}),
|
||||||
`${ms}ms`,
|
"{{.ms}}ms",
|
||||||
],
|
],
|
||||||
{{ end }}
|
{{ end }}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user