Implemented displaying latest checkin in agents table, as well as word-wrap.
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user