Manager: show worker version in the workers table

This commit is contained in:
Sybren A. Stüvel 2022-05-31 15:47:26 +02:00
parent 237b208fb2
commit f6dff086ef

View File

@ -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