1
0
mirror of https://github.com/newnius/YAO-portal.git synced 2025-06-07 07:31:56 +00:00
This commit is contained in:
Newnius 2019-08-01 14:33:16 +08:00
parent 39b924a23b
commit e623c2db82

View File

@ -374,7 +374,7 @@ function jobStatusOperateFormatter(value, row, index) {
window.jobStatusOperateEvents = { window.jobStatusOperateEvents = {
'click .logs': function (e, value, row, index) { 'click .logs': function (e, value, row, index) {
var job = getParameterByName('name'); var job = getParameterByName('name');
var task = row.id; var task = row.hostname;
var ajax = $.ajax({ var ajax = $.ajax({
url: "service?action=task_logs", url: "service?action=task_logs",