diff --git a/frontend/src/views/container/setting/index.vue b/frontend/src/views/container/setting/index.vue index 5aff92312..3b5a633e4 100644 --- a/frontend/src/views/container/setting/index.vue +++ b/frontend/src/views/container/setting/index.vue @@ -2,17 +2,18 @@
-
- Docker - - {{ $t('commons.status.running') }} - - - {{ $t('commons.status.stopped') }} - - {{ $t('app.version') }}: {{ form.version }} - - +
+
+ Docker + + {{ $t('commons.status.running') }} + + + {{ $t('commons.status.stopped') }} + + {{ $t('app.version') }}: {{ form.version }} +
+
{{ $t('container.stop') }} @@ -20,9 +21,8 @@ {{ $t('container.restart') }} - - - +
+
{{ $t('container.start') }} @@ -30,7 +30,7 @@ {{ $t('container.restart') }} - +
diff --git a/frontend/src/views/cronjob/record/index.vue b/frontend/src/views/cronjob/record/index.vue index bd1f47704..4b207cfc6 100644 --- a/frontend/src/views/cronjob/record/index.vue +++ b/frontend/src/views/cronjob/record/index.vue @@ -2,32 +2,39 @@
-
- - - - - {{ $t('cronjob.' + dialogData.rowData.type) }} - {{ dialogData.rowData.name }} - +
+
+ + + + + {{ $t('cronjob.' + dialogData.rowData.type) }} - {{ dialogData.rowData.name }} + - - {{ $t('commons.status.running') }} - - - {{ $t('commons.status.stopped') }} - - + + {{ $t('commons.status.running') }} + + + {{ $t('commons.status.stopped') }} + +
+
{{ $t('commons.button.handle') }} @@ -52,7 +59,7 @@ {{ $t('commons.button.clean') }} - +
diff --git a/frontend/src/views/database/mysql/index.vue b/frontend/src/views/database/mysql/index.vue index a41d597f4..b3da2e082 100644 --- a/frontend/src/views/database/mysql/index.vue +++ b/frontend/src/views/database/mysql/index.vue @@ -2,11 +2,13 @@
-
- - {{ currentDB?.type === 'mysql' ? 'Mysql' : 'MariaDB' }} - - {{ $t('app.version') }}: {{ currentDB?.version }} +
+
+ + {{ currentDB?.type === 'mysql' ? 'Mysql' : 'MariaDB' }} + + {{ $t('app.version') }}: {{ currentDB?.version }} +
diff --git a/frontend/src/views/database/postgresql/index.vue b/frontend/src/views/database/postgresql/index.vue index cac6b9981..e5601d2fe 100644 --- a/frontend/src/views/database/postgresql/index.vue +++ b/frontend/src/views/database/postgresql/index.vue @@ -2,9 +2,11 @@
-
- PostgreSQL - {{ $t('app.version') }}: {{ currentDB?.version }} +
+
+ PostgreSQL + {{ $t('app.version') }}: {{ currentDB?.version }} +
diff --git a/frontend/src/views/database/redis/index.vue b/frontend/src/views/database/redis/index.vue index 487648720..1c86970d6 100644 --- a/frontend/src/views/database/redis/index.vue +++ b/frontend/src/views/database/redis/index.vue @@ -2,9 +2,11 @@
-
- Redis - {{ $t('app.version') }}: {{ currentDB?.version }} +
+
+ Redis + {{ $t('app.version') }}: {{ currentDB?.version }} +
diff --git a/frontend/src/views/host/firewall/status/index.vue b/frontend/src/views/host/firewall/status/index.vue index aa94adc82..3c8cb7505 100644 --- a/frontend/src/views/host/firewall/status/index.vue +++ b/frontend/src/views/host/firewall/status/index.vue @@ -2,42 +2,41 @@
-
- {{ baseInfo.name }} - - {{ $t('commons.status.running') }} - - - {{ $t('commons.status.stopped') }} - - {{ $t('app.version') }}: {{ baseInfo.version }} - - - +
+
+ {{ baseInfo.name }} + + {{ $t('commons.status.running') }} + + + {{ $t('commons.status.stopped') }} + + {{ $t('app.version') }}: {{ baseInfo.version }} +
+
+ {{ $t('commons.button.stop') }} - - - + {{ $t('commons.button.start') }} - - - - {{ $t('container.restart') }} - - - {{ $t('firewall.noPing') }} - - + + {{ $t('container.restart') }} + + + + {{ $t('firewall.noPing') }} + + +
diff --git a/frontend/src/views/host/ssh/ssh/index.vue b/frontend/src/views/host/ssh/ssh/index.vue index be5d3f0e9..3bd37188d 100644 --- a/frontend/src/views/host/ssh/ssh/index.vue +++ b/frontend/src/views/host/ssh/ssh/index.vue @@ -4,25 +4,27 @@
-
- SSH - - {{ $t('commons.status.running') }} - - - - - +
+
+ SSH + + {{ $t('commons.status.running') }} + + + + +
+
{{ $t('commons.button.stop') }} @@ -45,7 +47,7 @@ @change="onOperate(autoStart)" v-model="autoStart" /> - +
diff --git a/frontend/src/views/toolbox/clam/status/index.vue b/frontend/src/views/toolbox/clam/status/index.vue index 3edcf16b9..a4c05fd68 100644 --- a/frontend/src/views/toolbox/clam/status/index.vue +++ b/frontend/src/views/toolbox/clam/status/index.vue @@ -2,16 +2,18 @@
-
- ClamAV - - {{ $t('commons.status.running') }} - - - {{ $t('commons.status.stopped') }} - - {{ $t('app.version') }}:{{ data.version }} - +
+
+ ClamAV + + {{ $t('commons.status.running') }} + + + {{ $t('commons.status.stopped') }} + + {{ $t('app.version') }}:{{ data.version }} +
+
{{ $t('app.start') }} @@ -33,18 +35,20 @@ {{ $t('toolbox.clam.showFresh') }} - +
-
- FreshClam - - {{ $t('commons.status.running') }} - - - {{ $t('commons.status.stopped') }} - - {{ $t('app.version') }}:{{ data.freshVersion }} - +
+
+ FreshClam + + {{ $t('commons.status.running') }} + + + {{ $t('commons.status.stopped') }} + + {{ $t('app.version') }}:{{ data.freshVersion }} +
+
{{ $t('app.restart') }} - +
diff --git a/frontend/src/views/toolbox/fail2ban/index.vue b/frontend/src/views/toolbox/fail2ban/index.vue index 0b5a9b393..056887389 100644 --- a/frontend/src/views/toolbox/fail2ban/index.vue +++ b/frontend/src/views/toolbox/fail2ban/index.vue @@ -2,16 +2,18 @@
-
- Fail2ban - - {{ $t('commons.status.running') }} - - - {{ $t('commons.status.stopped') }} - - {{ form.version }} - +
+
+ Fail2ban + + {{ $t('commons.status.running') }} + + + {{ $t('commons.status.stopped') }} + + {{ form.version }} +
+
{{ $t('commons.button.stop') }} @@ -34,7 +36,7 @@ @change="onOperate(autoStart)" v-model="autoStart" /> - +
diff --git a/frontend/src/views/toolbox/ftp/index.vue b/frontend/src/views/toolbox/ftp/index.vue index 7d5a3b7af..86af6ba12 100644 --- a/frontend/src/views/toolbox/ftp/index.vue +++ b/frontend/src/views/toolbox/ftp/index.vue @@ -1,16 +1,18 @@