perf: improve display of IP certificate editing interface

This commit is contained in:
zhengkunwang223 2025-12-25 11:06:12 +08:00
parent 5295fd08d4
commit bc8255b000

View file

@ -41,7 +41,7 @@ type WebsiteSSL struct {
PushNode bool `json:"pushNode"`
PrivateKeyPath string `json:"privateKeyPath"`
CertPath string `json:"certPath"`
IsIp bool `json:"isIp"`
IsIp bool `json:"isIP"`
AcmeAccount WebsiteAcmeAccount `json:"acmeAccount" gorm:"-:migration"`
DnsAccount WebsiteDnsAccount `json:"dnsAccount" gorm:"-:migration"`