From 2e793cb75126743c99298a5932ae47a568a8248e Mon Sep 17 00:00:00 2001 From: "xueli.xue" Date: Fri, 12 Aug 2016 21:01:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=BB=E5=8A=A1=E5=88=97=E8=A1=A8,=E6=98=BE?= =?UTF-8?q?=E7=A4=BAJobHandler=E6=A0=8F=E7=9B=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/webapp/static/js/jobinfo.index.1.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/xxl-job-admin/src/main/webapp/static/js/jobinfo.index.1.js b/xxl-job-admin/src/main/webapp/static/js/jobinfo.index.1.js index aaa0dd01..83bf69d2 100644 --- a/xxl-job-admin/src/main/webapp/static/js/jobinfo.index.1.js +++ b/xxl-job-admin/src/main/webapp/static/js/jobinfo.index.1.js @@ -46,7 +46,13 @@ $(function() { { "data": 'jobDesc', "visible" : true}, { "data": 'jobCron', "visible" : true}, { "data": 'executorAddress', "visible" : false}, - { "data": 'executorHandler', "visible" : false}, + { + "data": 'executorHandler', + "visible" : true, + "render": function ( data, type, row ) { + return (row.glueSwitch > 0)? "GLUE模式" : data; + } + }, { "data": 'executorParam', "visible" : false}, { "data": 'addTime',