diff --git a/frontend/src/components/app-status/index.vue b/frontend/src/components/app-status/index.vue index c10455595..b702d97d1 100644 --- a/frontend/src/components/app-status/index.vue +++ b/frontend/src/components/app-status/index.vue @@ -2,75 +2,73 @@
-
-
- {{ data.app }} +
+
+
+ {{ data.app }} +
+
+ +
+
+ {{ $t('app.version') }}:{{ data.version }} +
-
- -
-
- {{ $t('app.version') }}:{{ data.version }} -
-
- - - {{ $t('app.start') }} - - - {{ $t('app.stop') }} - - - - {{ $t('app.restart') }} - - - - {{ $t('app.reload') }} - - - - {{ $t('commons.button.set') }} - - - - {{ $t('nginx.clearProxyCache') }} - - +
+ + {{ $t('app.start') }} + + + {{ $t('app.stop') }} + + + + {{ $t('app.restart') }} + + + + {{ $t('app.reload') }} + + + + {{ $t('commons.button.set') }} + + + + {{ $t('nginx.clearProxyCache') }} +
@@ -95,12 +93,12 @@