diff --git a/frontend/src/components/app-status/index.vue b/frontend/src/components/app-status/index.vue
index a9e01dbe5..f66565855 100644
--- a/frontend/src/components/app-status/index.vue
+++ b/frontend/src/components/app-status/index.vue
@@ -3,7 +3,7 @@
-
+
{{ data.app }}
@@ -18,18 +18,20 @@
{{ $t('commons.table.status') }}:
-
+
-
-
- {{ $t('website.lastBackupAt') }}:
- {{ data.lastBackupAt }}
- {{ $t('website.null') }}
-
-
+
+ {{ $t('app.up') }}
+
+
+ {{ $t('app.down') }}
+
+
+ {{ $t('app.restart') }}
+
{{ $t('commons.button.set') }}
@@ -45,10 +47,12 @@