Fix VLAN Data as well.
This commit is contained in:
parent
19e0e8f21d
commit
550adeb746
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ type VLAN struct {
|
|||
} `json:"tenant"`
|
||||
Status struct {
|
||||
Label string `json:"label"`
|
||||
Value int `json:"value"`
|
||||
Value string `json:"value"`
|
||||
} `json:"status"`
|
||||
Role struct {
|
||||
ID int `json:"id"`
|
||||
|
|
Loading…
Reference in a new issue