toml validation to frontend (#174)

This commit is contained in:
David Brazda
2024-03-14 17:39:52 +01:00
committed by GitHub
parent 8de1356aa8
commit 5fce627fe3
3 changed files with 16 additions and 15 deletions

View File

@ -462,7 +462,7 @@ function display_batch_report(batch_id) {
function refresh_logfile() {
logfile = $("#logFileSelect").val()
lines = 700
lines = 1200
$.ajax({
url:"/log?lines="+lines+"&logfile="+logfile,
beforeSend: function (xhr) {