feature(web): yarn 任务增加完成度查询

This commit is contained in:
2023-06-27 09:51:00 +08:00
parent 29c328a899
commit 5d77f5c29b
6 changed files with 62 additions and 22 deletions

View File

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