refactor(web): 优化b12集群相关内容
This commit is contained in:
@@ -691,7 +691,7 @@ function flinkJobDialog() {
|
||||
type: 'action',
|
||||
label: '打开同步详情',
|
||||
actionType: 'dialog',
|
||||
dialog: simpleYarnDialog('b5-sync', '同步详情', 'syncJobName')
|
||||
dialog: simpleYarnDialog('b12', '同步详情', 'syncJobName')
|
||||
},
|
||||
{type: 'divider'},
|
||||
{
|
||||
@@ -1124,14 +1124,14 @@ function tableMetaDialog() {
|
||||
type: 'button',
|
||||
icon: 'fa fa-arrows-rotate',
|
||||
actionType: 'dialog',
|
||||
dialog: simpleYarnDialog('b5-sync', '同步详情', 'syncJobName')
|
||||
dialog: simpleYarnDialog('b12', '同步详情', 'syncJobName')
|
||||
},
|
||||
{
|
||||
label: '压缩情况',
|
||||
type: 'action',
|
||||
icon: 'fa fa-minimize',
|
||||
actionType: 'dialog',
|
||||
dialog: simpleYarnDialog('b1', '压缩详情', 'compactionJobName')
|
||||
dialog: simpleYarnDialog('b12,b1,b5,a4', '压缩详情', 'compactionJobName')
|
||||
},
|
||||
{
|
||||
label: '历史压缩',
|
||||
|
||||
Reference in New Issue
Block a user