From 856bb9ae6db1ed69c87563067d5eae80723b9a91 Mon Sep 17 00:00:00 2001 From: lanyuanxiaoyao Date: Thu, 4 May 2023 11:15:19 +0800 Subject: [PATCH] =?UTF-8?q?refactor(web):=20=E4=BC=98=E5=8C=96=E9=83=A8?= =?UTF-8?q?=E5=88=86=E9=85=8D=E7=BD=AE=E7=9A=84=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- service-web/src/main/resources/static/components/common.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/service-web/src/main/resources/static/components/common.js b/service-web/src/main/resources/static/components/common.js index 60bc9d9..9693e88 100644 --- a/service-web/src/main/resources/static/components/common.js +++ b/service-web/src/main/resources/static/components/common.js @@ -377,18 +377,21 @@ function tableMetaDialog() { { label: '同步情况', type: 'action', + icon: 'fa fa-arrows-rotate', actionType: 'dialog', dialog: simpleYarnDialog('sync', '同步详情') }, { label: '压缩情况', type: 'action', + icon: 'fa fa-minimize', actionType: 'dialog', dialog: simpleYarnDialog('compaction', '压缩详情') }, { type: 'button', label: '时间线', + icon: 'fa fa-timeline', actionType: 'dialog', dialog: { title: 'Hudi 表时间线', @@ -475,6 +478,7 @@ function tableMetaDialog() { { type: 'button', label: 'Pulsar 队列', + icon: 'fa fa-message', actionType: 'dialog', dialog: { title: '队列详情', @@ -740,8 +744,8 @@ function tableMetaDialog() { label: '保留提交个数', content: '${tableMeta.hudi.keepCommitVersion}' }, - {label: '读并行度', content: '${tableMeta.hudi.sourceTasks}'}, {label: '写并行度', content: '${tableMeta.hudi.writeTasks}'}, + {label: '读并行度', content: '${tableMeta.hudi.sourceTasks}'}, { label: '压缩并行度', content: '${tableMeta.hudi.compactionTasks}'