refactor(web): 移除查看同步压缩情况的限制

This commit is contained in:
2023-06-02 17:33:14 +08:00
parent ca30543132
commit c9327374df

View File

@@ -280,6 +280,7 @@ function yarnCrudColumns() {
},
{
type: "operation",
width: 160,
label: "操作",
fixed: 'right',
className: 'nowrap',
@@ -403,7 +404,6 @@ function simpleYarnDialog(cluster, title, filterField) {
url: '${current.trackingUrl}'
}
},
silentPolling: false,
body: [
{
@@ -717,8 +717,6 @@ function tableMetaDialog() {
tiled: false,
buttons: [
{
disabledOn: '${!syncRunning}',
disabledTip: '同步未运行',
label: '同步情况',
type: 'button',
icon: 'fa fa-arrows-rotate',
@@ -726,8 +724,6 @@ function tableMetaDialog() {
dialog: simpleYarnDialog('b5-sync', '同步详情', 'syncJobName')
},
{
disabledOn: '${!compactionRunning}',
disabledTip: '压缩未运行',
label: '压缩情况',
type: 'action',
icon: 'fa fa-minimize',