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