feature(web): yarn 任务增加完成度查询
This commit is contained in:
@@ -214,6 +214,15 @@ 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(hudiApplication, '<span class=\"mx-2\"/>', '')}${IF(syncApplication, flinkJobName, IF(compactionApplication, alias, name))}",
|
||||
backgroundScale: {
|
||||
min: 0.001,
|
||||
max: 1.000,
|
||||
source: '${compactionCompletionRatio}',
|
||||
colors: [
|
||||
'#FFFFFF',
|
||||
'#DD4150',
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
name: 'cluster',
|
||||
|
||||
Reference in New Issue
Block a user