diff --git a/web/components/common.js b/web/components/common.js index 17f4e7f..0cab975 100644 --- a/web/components/common.js +++ b/web/components/common.js @@ -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',