From 1c0d0d46a76decd304d2817ebbd4dbb3d50bed70 Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud <79562285+wangdan-fit2cloud@users.noreply.github.com> Date: Wed, 9 Aug 2023 16:32:12 +0800 Subject: [PATCH] Pr@dev@dan (#1891) #### What this PR does / why we need it? #### Summary of your change #### Please indicate you've done the following: - [ ] Made sure tests are passing and test coverage is added if needed. - [ ] Made sure commit message follow the rule of [Conventional Commits specification](https://www.conventionalcommits.org/). - [ ] Considered the docs impact and opened a new docs issue or PR with docs changes if needed. --- .../src/components/container-log/index.vue | 13 +- frontend/src/styles/moblie.scss | 5 +- frontend/src/views/app-store/apps/index.vue | 11 +- .../src/views/container/compose/index.vue | 2 +- .../src/views/container/container/index.vue | 31 +- frontend/src/views/container/image/index.vue | 25 +- .../src/views/container/network/index.vue | 6 +- frontend/src/views/container/volume/index.vue | 18 +- .../database/mysql/setting/status/index.vue | 297 ++++++++++-------- .../src/views/host/monitor/monitor/index.vue | 1 + frontend/src/views/website/website/index.vue | 14 +- .../website/nginx/performance/index.vue | 18 +- 12 files changed, 270 insertions(+), 171 deletions(-) diff --git a/frontend/src/components/container-log/index.vue b/frontend/src/components/container-log/index.vue index 6538811d6..1f5bbf6b8 100644 --- a/frontend/src/components/container-log/index.vue +++ b/frontend/src/components/container-log/index.vue @@ -1,21 +1,16 @@ @@ -129,13 +129,20 @@