From 557aa223432aaf29a40e9044a6cbdcc6bae5f78b Mon Sep 17 00:00:00 2001 From: lanyuanxiaoyao Date: Tue, 9 Jan 2024 16:46:22 +0800 Subject: [PATCH] =?UTF-8?q?refactor(web):=20=E4=BC=98=E5=8C=96=E6=A6=82?= =?UTF-8?q?=E8=A7=88=E9=A1=B5=E9=9D=A2=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/static/components/overview-tab.js | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/service-web/src/main/resources/static/components/overview-tab.js b/service-web/src/main/resources/static/components/overview-tab.js index fea5d5c..2b5dc10 100644 --- a/service-web/src/main/resources/static/components/overview-tab.js +++ b/service-web/src/main/resources/static/components/overview-tab.js @@ -163,11 +163,6 @@ function overviewYarnJob(cluster, search, queue, yarnQueue) { ], }, '(', - { - type: 'tpl', - tpl: "${PADSTART(total, 5)}", - }, - ',', { type: 'tpl', tpl: "${PADSTART(scheduling, 2)}", @@ -177,11 +172,6 @@ function overviewYarnJob(cluster, search, queue, yarnQueue) { type: 'tpl', tpl: '${PADSTART(running, 3)}', }, - ',', - { - type: 'tpl', - tpl: '${PADSTART(failure, 4)}', - }, ')', ] } @@ -230,7 +220,7 @@ function overviewTab() { ] }, {type: 'divider'}, - '集群 (集群总资源使用,队列资源使用)(总任务数,调度中任务数,运行中任务数,失败任务数)', + '集群 (集群总资源使用,队列资源使用)(调度中任务数,运行中任务数)', overviewYarnJob('b12', 'Sync', undefined, 'default'), {type: 'divider'}, { @@ -246,7 +236,7 @@ function overviewTab() { } ] }, - '集群 压缩队列任务数(集群总资源使用,队列资源使用)(总任务数,调度中任务数,运行中任务数,失败任务数)', + '集群 压缩队列任务数(集群总资源使用,队列资源使用)(调度中任务数,运行中任务数)', overviewYarnJob('b12', 'Compaction', 'compaction-queue-b12', 'default'), overviewYarnJob('b1', 'Compaction', 'compaction-queue-b1', 'datalake'), overviewYarnJob('b5', 'Compaction', 'compaction-queue-b5', 'ten_iap.datalake'),