This commit is contained in:
xiaojunnuo
2026-02-19 00:17:02 +08:00
parent 524195d729
commit 1bcadd5f8e
3 changed files with 6 additions and 2 deletions
@@ -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,