From 41bae1e6360d2218b7b38fa569a6e8db4b904fe8 Mon Sep 17 00:00:00 2001 From: CityFun <31820853+zhengkunwang223@users.noreply.github.com> Date: Thu, 25 Dec 2025 11:17:02 +0800 Subject: [PATCH] perf: improve display of IP certificate editing interface (#11451) Refs https://github.com/1Panel-dev/1Panel/issues/11449 --- agent/app/model/website_ssl.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent/app/model/website_ssl.go b/agent/app/model/website_ssl.go index 9ee1e86a1..31338d414 100644 --- a/agent/app/model/website_ssl.go +++ b/agent/app/model/website_ssl.go @@ -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"`