perf: improve display of IP certificate editing interface (#11451)

Refs https://github.com/1Panel-dev/1Panel/issues/11449
This commit is contained in:
CityFun 2025-12-25 11:17:02 +08:00 committed by GitHub
parent 5295fd08d4
commit 41bae1e636
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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"`