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'),