mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-09-21 14:19:49 +08:00
Merge pull request #4241 from rainzm/bugfix/guest_template_display
Fix(region): Fix the Json tag of apis.GuesttemplateNetwork.GuestIpEnd
This commit is contained in:
@@ -68,7 +68,7 @@ type GuesttemplateNetwork struct {
|
||||
ID string `json:"id"`
|
||||
Name string `json:"name"`
|
||||
GuestIpStart string `json:"guest_ip_start"`
|
||||
GuestIpEnd string `json:"guest_up_end"`
|
||||
GuestIpEnd string `json:"guest_ip_end"`
|
||||
VlanId int `json:"vlan_id"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user