From d7e64858069087eba5bb9c95da1460d6f0d662ec Mon Sep 17 00:00:00 2001 From: tiny-craft <137850705+tiny-craft@users.noreply.github.com> Date: Fri, 14 Jul 2023 17:40:27 +0800 Subject: [PATCH] fix: completely remove node tree info when close connection perf: add back to button to server status page --- frontend/src/App.vue | 1 - .../src/components/content/ContentPane.vue | 20 +++++++++++++--- .../components/content/ContentServerPane.vue | 4 ++-- .../content_value/ContentServerStatus.vue | 24 ++++++++++++++----- frontend/src/langs/en.json | 2 +- frontend/src/langs/zh-cn.json | 2 +- frontend/src/stores/connections.js | 10 +++++--- 7 files changed, 46 insertions(+), 17 deletions(-) diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 78d00f9..7238b3b 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -87,7 +87,6 @@ const theme = computed(() => { -
diff --git a/frontend/src/components/content/ContentPane.vue b/frontend/src/components/content/ContentPane.vue index 3015602..4dda905 100644 --- a/frontend/src/components/content/ContentPane.vue +++ b/frontend/src/components/content/ContentPane.vue @@ -1,5 +1,5 @@