mirror of
https://github.com/openziti/zrok.git
synced 2025-08-09 00:04:43 +02:00
better url-ing in the ui (#68); demo improvements
This commit is contained in:
@ -41,9 +41,11 @@ func overviewHandler(_ metadata.OverviewParams, principal *rest_model_zrok.Princ
|
||||
es.Services = append(es.Services, &rest_model_zrok.Service{
|
||||
Active: svc.Active,
|
||||
CreatedAt: svc.CreatedAt.String(),
|
||||
Endpoint: svc.Endpoint,
|
||||
Frontend: svc.Frontend,
|
||||
Backend: svc.Backend,
|
||||
UpdatedAt: svc.UpdatedAt.String(),
|
||||
ZitiServiceID: svc.ZitiServiceId,
|
||||
ZrokServiceID: svc.ZrokServiceId,
|
||||
})
|
||||
}
|
||||
out = append(out, es)
|
||||
|
Reference in New Issue
Block a user