mirror of
https://github.com/tormachris/cf-workers-status-page.git
synced 2025-09-21 16:35:15 +02:00
feat: collect response metrics from cron locations
This commit is contained in:
@ -12,7 +12,7 @@ export default function MonitorStatusLabel({ kvMonitor }) {
|
||||
let text = 'No data'
|
||||
|
||||
if (typeof kvMonitor !== 'undefined') {
|
||||
if (kvMonitor.operational) {
|
||||
if (kvMonitor.lastCheck.operational) {
|
||||
color = 'green'
|
||||
text = config.settings.monitorLabelOperational
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user