mirror of
https://github.com/tuna/tunasync.git
synced 2025-04-20 20:14:12 +00:00
Merge pull request #136 from tuna/show-url-in-worker-list
Display worker url in listWorkers
This commit is contained in:
commit
aa36b96828
@ -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