Fix typo preventing viewing of logs

This commit is contained in:
Simon Quigley 2025-02-01 23:48:41 -06:00
parent 8f7654c446
commit ed1559beb6

View File

@ -560,7 +560,7 @@ bool WebServer::start_server(quint16 port) {
}
item[job_name + "_class"] = css_class;
item[job_name + "_id"] = std::to_string(r->id);
item[job_name + "_id"] = std::to_string(t->id);
} else {
item[job_name + "_class"] = "";
item[job_name + "_id"] = "";