Fix VLAN Data as well.

This commit is contained in:
Kalle Carlbark 2020-12-22 16:35:30 +01:00
parent 19e0e8f21d
commit 550adeb746
No known key found for this signature in database
GPG key ID: 5E4BAB01A57CDD62

View file

@ -106,7 +106,7 @@ type VLAN struct {
} `json:"tenant"` } `json:"tenant"`
Status struct { Status struct {
Label string `json:"label"` Label string `json:"label"`
Value int `json:"value"` Value string `json:"value"`
} `json:"status"` } `json:"status"`
Role struct { Role struct {
ID int `json:"id"` ID int `json:"id"`