diff --git a/src/pages/DashboardHome.vue b/src/pages/DashboardHome.vue index 3baf35a6..78bee91f 100644 --- a/src/pages/DashboardHome.vue +++ b/src/pages/DashboardHome.vue @@ -9,15 +9,30 @@

{{ $t("Up") }}

- {{ $root.stats.up }} + + {{ $root.stats.up }} +

{{ $t("Down") }}

- {{ $root.stats.down }} + + {{ $root.stats.down }} +

{{ $t("Maintenance") }}

- {{ $root.stats.maintenance }} + + {{ $root.stats.maintenance }} +

{{ $t("Unknown") }}