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