fix(web): 移除yarn任务进度显示
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user