From ed1559beb627eba0b21ab888e9334ba0b6327f58 Mon Sep 17 00:00:00 2001 From: Simon Quigley Date: Sat, 1 Feb 2025 23:48:41 -0600 Subject: [PATCH] Fix typo preventing viewing of logs --- cpp/web_server.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/web_server.cpp b/cpp/web_server.cpp index 2643100..ab3224d 100644 --- a/cpp/web_server.cpp +++ b/cpp/web_server.cpp @@ -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"] = "";