Compare commits

...

2 Commits

Author SHA1 Message Date
8974e82e78 Merge 2025-04-13 15:42:41 +02:00
01e89ca98d debug firewall zone api 2025-04-13 15:42:28 +02:00

View File

@@ -14,9 +14,9 @@ type FirewallZone struct {
// NoEdit bool `json:"attr_no_edit,omitempty"` // NoEdit bool `json:"attr_no_edit,omitempty"`
Name string `json:"name"` Name string `json:"name"`
Description string `json:"desc"`
DefaultZone bool `json:default_zone,omitempty` DefaultZone bool `json:default_zone,omitempty`
NetworkIDs []string `json:network_ids,omitempty` NetworkIDs []string `json:network_ids,omitempty`
ZoneKey string `json:"zone_key,omitempty"`
// Role string `json:"role"` // Role string `json:"role"`
} }