mirror of
https://github.com/certd/certd.git
synced 2026-04-24 12:27:25 +08:00
chore: 1
This commit is contained in:
@@ -1,4 +1,6 @@
|
|||||||
export default {
|
export default {
|
||||||
|
ipAddress: "IP地址",
|
||||||
|
ipAddressHelper: "填写则固定检查此IP,不从DNS获取域名的IP地址",
|
||||||
remark: "Remark",
|
remark: "Remark",
|
||||||
title: "Site Certificate Monitoring",
|
title: "Site Certificate Monitoring",
|
||||||
description: "Check website certificates' expiration at 0:00 daily; reminders sent 10 days before expiration (using default notification channel);",
|
description: "Check website certificates' expiration at 0:00 daily; reminders sent 10 days before expiration (using default notification channel);",
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
export default {
|
export default {
|
||||||
|
ipAddress: "IP地址",
|
||||||
|
ipAddressHelper: "填写则固定检查此IP,不从DNS获取域名的IP地址",
|
||||||
remark: "备注",
|
remark: "备注",
|
||||||
title: "站点证书监控",
|
title: "站点证书监控",
|
||||||
description: "每天0点,检查网站证书的过期时间,到期前10天时将发出提醒(使用默认通知渠道);",
|
description: "每天0点,检查网站证书的过期时间,到期前10天时将发出提醒(使用默认通知渠道);",
|
||||||
|
|||||||
@@ -557,13 +557,13 @@ export default function ({ crudExpose, context }: CreateCrudOptionsProps): Creat
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
ipAddress: {
|
ipAddress: {
|
||||||
title: t("certd.monitor.ipAddress"),
|
title: t("monitor.ipAddress"),
|
||||||
search: {
|
search: {
|
||||||
show: false,
|
show: false,
|
||||||
},
|
},
|
||||||
type: "text",
|
type: "text",
|
||||||
form: {
|
form: {
|
||||||
helper: t("certd.monitor.ipAddressHelper"),
|
helper: t("monitor.ipAddressHelper"),
|
||||||
},
|
},
|
||||||
column: {
|
column: {
|
||||||
width: 150,
|
width: 150,
|
||||||
|
|||||||
Reference in New Issue
Block a user