Skip to content

Commit bc8255b

Browse files
perf: improve display of IP certificate editing interface
1 parent 5295fd0 commit bc8255b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent/app/model/website_ssl.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ type WebsiteSSL struct {
4141
PushNode bool `json:"pushNode"`
4242
PrivateKeyPath string `json:"privateKeyPath"`
4343
CertPath string `json:"certPath"`
44-
IsIp bool `json:"isIp"`
44+
IsIp bool `json:"isIP"`
4545

4646
AcmeAccount WebsiteAcmeAccount `json:"acmeAccount" gorm:"-:migration"`
4747
DnsAccount WebsiteDnsAccount `json:"dnsAccount" gorm:"-:migration"`

0 commit comments

Comments
 (0)