From e623c2db8231db18ec61912c148489a55db5ce3b Mon Sep 17 00:00:00 2001 From: Newnius Date: Thu, 1 Aug 2019 14:33:16 +0800 Subject: [PATCH] bugfix --- static/job.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/job.js b/static/job.js index 996c532..d633bc9 100755 --- a/static/job.js +++ b/static/job.js @@ -374,7 +374,7 @@ function jobStatusOperateFormatter(value, row, index) { window.jobStatusOperateEvents = { 'click .logs': function (e, value, row, index) { var job = getParameterByName('name'); - var task = row.id; + var task = row.hostname; var ajax = $.ajax({ url: "service?action=task_logs",