started improving web page and added more fixes

This commit is contained in:
2024-05-10 02:12:40 +01:00
parent bf5a706ecc
commit 389cc90826
26 changed files with 4940 additions and 157 deletions

View File

@@ -9,4 +9,5 @@ func HandleTasks(handle *Handle) {
handleList(handle)
handleRequests(handle)
handleRemoteRunner(handle)
handleRunnerData(handle)
}