refactor(web): 优化部分配置的显示
This commit is contained in:
@@ -377,18 +377,21 @@ function tableMetaDialog() {
|
||||
{
|
||||
label: '同步情况',
|
||||
type: 'action',
|
||||
icon: 'fa fa-arrows-rotate',
|
||||
actionType: 'dialog',
|
||||
dialog: simpleYarnDialog('sync', '同步详情')
|
||||
},
|
||||
{
|
||||
label: '压缩情况',
|
||||
type: 'action',
|
||||
icon: 'fa fa-minimize',
|
||||
actionType: 'dialog',
|
||||
dialog: simpleYarnDialog('compaction', '压缩详情')
|
||||
},
|
||||
{
|
||||
type: 'button',
|
||||
label: '时间线',
|
||||
icon: 'fa fa-timeline',
|
||||
actionType: 'dialog',
|
||||
dialog: {
|
||||
title: 'Hudi 表时间线',
|
||||
@@ -475,6 +478,7 @@ function tableMetaDialog() {
|
||||
{
|
||||
type: 'button',
|
||||
label: 'Pulsar 队列',
|
||||
icon: 'fa fa-message',
|
||||
actionType: 'dialog',
|
||||
dialog: {
|
||||
title: '队列详情',
|
||||
@@ -740,8 +744,8 @@ function tableMetaDialog() {
|
||||
label: '保留提交个数',
|
||||
content: '${tableMeta.hudi.keepCommitVersion}'
|
||||
},
|
||||
{label: '读并行度', content: '${tableMeta.hudi.sourceTasks}'},
|
||||
{label: '写并行度', content: '${tableMeta.hudi.writeTasks}'},
|
||||
{label: '读并行度', content: '${tableMeta.hudi.sourceTasks}'},
|
||||
{
|
||||
label: '压缩并行度',
|
||||
content: '${tableMeta.hudi.compactionTasks}'
|
||||
|
||||
Reference in New Issue
Block a user