fix(web): 移除yarn任务进度显示

This commit is contained in:
2024-01-11 11:19:38 +08:00
parent 7841296b0c
commit f58b803cd0

View File

@@ -239,16 +239,6 @@ function yarnCrudColumns() {
className: 'nowrap',
type: 'tpl',
tpl: "${IF(syncApplication, '<span class=\"rounded-xl label label-primary\">S</span>', IF(compactionApplication, '<span class=\"rounded-xl label label-primary\">C</span>', IF(taskApplication, '<span class=\"rounded-xl label label-primary\">T</span>', '')))}${IF(hudiApplication || taskApplication, '<span class=\"mx-2\"/>', '')}${IF(syncApplication, flinkJobName, IF(compactionApplication, alias, IF(taskApplication, taskName, name)))}",
// tpl: '${name}',
backgroundScale: {
min: 0.001,
max: 1.000,
source: '${compactionCompletionRatio}',
colors: [
'#FFFFFF',
'#DD4150',
]
}
},
{
name: 'cluster',