Fix typo preventing viewing of logs
This commit is contained in:
parent
8f7654c446
commit
ed1559beb6
@ -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"] = "";
|
||||
|
Loading…
x
Reference in New Issue
Block a user