From bc8255b000ef985897514ed00be80b13e97b0ef0 Mon Sep 17 00:00:00 2001 From: zhengkunwang223 <1paneldev@sina.com> Date: Thu, 25 Dec 2025 11:06:12 +0800 Subject: [PATCH] perf: improve display of IP certificate editing interface --- 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"`