Started integration of css changes from uikit

This commit is contained in:
Pax1601
2023-02-26 10:16:45 +01:00
parent 2350bc499a
commit 8dee4db238
6 changed files with 57 additions and 19 deletions

View File

@@ -75,7 +75,7 @@ void Server::handle_get(http_request request)
/* Get the logs from the logger */
auto logs = json::value::object();
logsToJSON(logs); // By reference, for thread safety
getLogsJSON(logs); // By reference, for thread safety
answer[L"airbases"] = airbasesData;
answer[L"bullseye"] = bullseyeData;