mirror of
https://github.com/tuna/tunasync.git
synced 2025-04-21 04:42:46 +00:00
Display worker url in listWorkers
This commit is contained in:
parent
984f8a1eb5
commit
3fd71d777b
@ -204,6 +204,8 @@ func (s *Manager) listWorkers(c *gin.Context) {
|
||||
workerInfos = append(workerInfos,
|
||||
WorkerStatus{
|
||||
ID: w.ID,
|
||||
URL: w.URL,
|
||||
Token: "REDACTED",
|
||||
LastOnline: w.LastOnline,
|
||||
LastRegister: w.LastRegister,
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user