+
{{ baseInfo.name }}
-
+
{{ $t('commons.status.running') }}
-
+
{{ $t('commons.status.stopped') }}
- {{ $t('app.version') }}: {{ baseInfo.version }}
+ {{ $t('app.version') }}: {{ baseInfo.version }}
-
-
-
- {{ $t('commons.button.stop') }}
-
-
-
-
- {{ $t('commons.button.start') }}
-
-
+
+
+ {{ $t('commons.button.stop') }}
+
+
+ {{ $t('commons.button.start') }}
+
{{ $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 01c2a601c..abf3aff38 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') }}
-
-
-
-
- {{ $t('commons.status.stopped') }}
-
-
-
-
+
+
+ SSH
+
+ {{ $t('commons.status.running') }}
+
+
+
+
+ {{ $t('commons.status.stopped') }}
+
+
+
+
+
{{ $t('commons.button.stop') }}
@@ -45,7 +47,7 @@
@change="onOperate(autoStart)"
v-model="autoStart"
/>
-
+
diff --git a/frontend/src/views/log/system/index.vue b/frontend/src/views/log/system/index.vue
index 173c9f2c8..73be061d2 100644
--- a/frontend/src/views/log/system/index.vue
+++ b/frontend/src/views/log/system/index.vue
@@ -31,6 +31,7 @@