Scheduler support #24sched

This commit is contained in:
David Brazda
2024-02-22 23:05:49 +07:00
parent b58639454b
commit 1abbb07390
28 changed files with 4096 additions and 72 deletions

View File

@ -453,8 +453,10 @@ function display_batch_report(batch_id) {
}
function refresh_logfile() {
logfile = $("#logFileSelect").val()
lines = 700
$.ajax({
url:"/log?lines=30",
url:"/log?lines="+lines+"&logfile="+logfile,
beforeSend: function (xhr) {
xhr.setRequestHeader('X-API-Key',
API_KEY); },