diff --git a/src/pages/StatusPage.vue b/src/pages/StatusPage.vue index fc9c3a2b..361bb0cf 100644 --- a/src/pages/StatusPage.vue +++ b/src/pages/StatusPage.vue @@ -313,14 +313,14 @@ -
+

- {{ $t(this.$root.downMonitors.length === 1 ? "offlineMonitor" : "offlineMonitors") }} + {{ $t($root.downMonitors.length === 1 ? "offlineMonitor" : "offlineMonitors") }}

-
+
@@ -796,7 +796,7 @@ export default { this.$root.heartbeatList = heartbeatList; this.$root.uptimeList = uptimeList; - this.$root.downMonitors = this.downMonitors(); + this.$root.downMonitors = this.downMonitors(); const heartbeatIds = Object.keys(heartbeatList); const downMonitors = heartbeatIds.reduce((downMonitorsAmount, currentId) => {