Manager: show worker version in the workers table
This commit is contained in:
parent
237b208fb2
commit
f6dff086ef
@ -59,6 +59,7 @@ func workerSummary(w persistence.Worker) api.WorkerSummary {
|
||||
Id: w.UUID,
|
||||
Nickname: w.Name,
|
||||
Status: w.Status,
|
||||
Version: w.Software,
|
||||
}
|
||||
if w.StatusRequested != "" {
|
||||
summary.StatusRequested = &w.StatusRequested
|
||||
|
Loading…
x
Reference in New Issue
Block a user