From f7c3b6f0beb6cbb7ca9b9bbd1e38dbfb21b6d5e3 Mon Sep 17 00:00:00 2001 From: lanyuanxiaoyao Date: Fri, 5 May 2023 14:10:05 +0800 Subject: [PATCH] =?UTF-8?q?style(web):=20=E4=BC=98=E5=8C=96=E5=90=8D?= =?UTF-8?q?=E7=A7=B0=E5=92=8C=E5=8F=98=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/static/components/cloud-tab.js | 2 +- service-web/src/main/resources/static/index.html | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/service-web/src/main/resources/static/components/cloud-tab.js b/service-web/src/main/resources/static/components/cloud-tab.js index 52a2b98..4b1dbc1 100644 --- a/service-web/src/main/resources/static/components/cloud-tab.js +++ b/service-web/src/main/resources/static/components/cloud-tab.js @@ -24,7 +24,7 @@ function cloudCrud(title, path) { function cloudTab() { return { - title: 'Cloud 集群', + title: 'Cloud', tab: [ { type: 'wrapper', diff --git a/service-web/src/main/resources/static/index.html b/service-web/src/main/resources/static/index.html index 23313da..b639406 100644 --- a/service-web/src/main/resources/static/index.html +++ b/service-web/src/main/resources/static/index.html @@ -53,10 +53,10 @@ tabs: [ tableTab(), yarnTab('b5-sync', '同步 b5', undefined, 'Sync'), - yarnTab(' b1,b4,b5', '压缩 b1 b4 b5', 'datalake,tyly'), - yarnTab(' b1', '压缩 b1', 'datalake,tyly', 'Compaction'), - yarnTab(' b4', '压缩 b4'), - yarnTab(' b5', '压缩 b5'), + yarnTab('b1,b4,b5', '压缩 b1 b4 b5', 'datalake,tyly'), + yarnTab('b1', '压缩 b1', 'datalake,tyly', 'Compaction'), + yarnTab('b4', '压缩 b4'), + yarnTab('b5', '压缩 b5'), cloudTab(), ] }