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:
Zexi Li
2019-12-20 10:49:24 +08:00
committed by GitHub
+1 -1
View File
@@ -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"`
}