mirror of
https://github.com/openziti/zrok.git
synced 2025-08-09 00:04:43 +02:00
naming clarification
This commit is contained in:
@ -44,8 +44,8 @@ func overviewHandler(_ metadata.OverviewParams, principal *rest_model_zrok.Princ
|
||||
Frontend: svc.Frontend,
|
||||
Backend: svc.Backend,
|
||||
UpdatedAt: svc.UpdatedAt.String(),
|
||||
ZitiServiceID: svc.ZitiServiceId,
|
||||
ZrokServiceID: svc.ZrokServiceId,
|
||||
ZitiServiceID: svc.ZId,
|
||||
ZrokServiceID: svc.Name,
|
||||
})
|
||||
}
|
||||
out = append(out, es)
|
||||
|
Reference in New Issue
Block a user