From c9327374df0562d68a25e50642c0c1abb8bc6374 Mon Sep 17 00:00:00 2001 From: lanyuanxiaoyao Date: Fri, 2 Jun 2023 17:33:14 +0800 Subject: [PATCH] =?UTF-8?q?refactor(web):=20=E7=A7=BB=E9=99=A4=E6=9F=A5?= =?UTF-8?q?=E7=9C=8B=E5=90=8C=E6=AD=A5=E5=8E=8B=E7=BC=A9=E6=83=85=E5=86=B5?= =?UTF-8?q?=E7=9A=84=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/components/common.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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',