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(), ] }