Added allocated ips to status page.

This commit is contained in:
Michael Heijnemans | Lumisan 2023-01-16 13:29:51 +01:00
parent 887bc778df
commit 9c6a810c9b
4 changed files with 9 additions and 3 deletions

View file

@ -533,6 +533,8 @@ func Status(db store.IStore) echo.HandlerFunc {
LastHandshakeTime time.Time
LastHandshakeRel time.Duration
Connected bool
AllocatedIP string
Endpoint string
}
type DeviceVM struct {