mirror of
https://github.com/newnius/YAO-portal.git
synced 2025-06-06 07:11:54 +00:00
bugfix
This commit is contained in:
parent
39b924a23b
commit
e623c2db82
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user