rename user to peer

This commit is contained in:
Christoph Haas
2021-02-21 23:23:58 +01:00
parent 53814dbc27
commit 984f744548
7 changed files with 222 additions and 222 deletions

View File

@@ -80,7 +80,7 @@ func (s *Server) GetAdminIndex(c *gin.Context) {
Alerts []FlashData
Session SessionData
Static StaticData
Peers []User
Peers []Peer
TotalPeers int
Device Device
LdapDisabled bool
@@ -128,7 +128,7 @@ func (s *Server) GetUserIndex(c *gin.Context) {
Alerts []FlashData
Session SessionData
Static StaticData
Peers []User
Peers []Peer
TotalPeers int
Device Device
}{