From ab7efea8c5f34a2e936eb5ad0988cd1be915aba6 Mon Sep 17 00:00:00 2001 From: ssongliu <73214554+ssongliu@users.noreply.github.com> Date: Wed, 11 Sep 2024 15:24:15 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E4=BC=98=E5=8C=96=E7=A7=BB=E5=8A=A8?= =?UTF-8?q?=E7=AB=AF=E6=A0=B7=E5=BC=8F=20(#6448)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/app-status/index.vue | 19 +++--- .../src/views/container/setting/index.vue | 23 +++----- frontend/src/views/cronjob/record/index.vue | 59 +++++++++++-------- frontend/src/views/database/mysql/index.vue | 12 ++-- .../src/views/database/postgresql/index.vue | 8 ++- frontend/src/views/database/redis/index.vue | 8 ++- .../src/views/host/firewall/status/index.vue | 37 ++++++------ frontend/src/views/host/ssh/ssh/index.vue | 42 ++++++------- frontend/src/views/log/system/index.vue | 1 + .../src/views/toolbox/clam/status/index.vue | 50 ++++++++-------- frontend/src/views/toolbox/fail2ban/index.vue | 32 +++++----- frontend/src/views/toolbox/ftp/index.vue | 22 +++---- .../views/toolbox/supervisor/status/index.vue | 14 +++-- .../views/website/website/status/index.vue | 30 +++++----- 14 files changed, 187 insertions(+), 170 deletions(-) diff --git a/frontend/src/components/app-status/index.vue b/frontend/src/components/app-status/index.vue index b702d97d1..e4e9e3d65 100644 --- a/frontend/src/components/app-status/index.vue +++ b/frontend/src/components/app-status/index.vue @@ -2,19 +2,14 @@