diff --git a/src/components/Widgets/UptimeKuma.vue b/src/components/Widgets/UptimeKuma.vue index 1ba5ecbe..a6995cc6 100644 --- a/src/components/Widgets/UptimeKuma.vue +++ b/src/components/Widgets/UptimeKuma.vue @@ -144,7 +144,7 @@ export default { return copy; }, getRowValue(row) { - return this.getValueWithRegex(row, /\b\d+\b$/); + return this.getValueWithRegex(row, /\b(\d+)(\.\d+)*\b$/); }, getRowMonitorName(row) { return this.getValueWithRegex(row, /monitor_name="([^"]+)"/);