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