perf: 支持列表展示时固定证书最大天数,有助于列表进度条整齐展示

This commit is contained in:
xiaojunnuo
2025-11-06 23:20:02 +08:00
parent feae105426
commit 4a94eab393
8 changed files with 44 additions and 3 deletions
@@ -757,6 +757,8 @@ export default {
pipelineValidTimeEnabledHelper: "Whether to enable the valid time of the pipeline",
certDomainAddToMonitorEnabled: "Add Domain to Certificate Monitor",
certDomainAddToMonitorEnabledHelper: "Whether to add the domain to the certificate monitor",
fixedCertExpireDays: "Fixed Cert Expire Days",
fixedCertExpireDaysHelper: "Fixed cert expiration days, helpful for table list progress bar display",
},
},
modal: {
@@ -757,6 +757,9 @@ export default {
pipelineValidTimeEnabledHelper: "是否启用流水线有效期",
certDomainAddToMonitorEnabled: "证书域名添加到证书监控",
certDomainAddToMonitorEnabledHelper: "创建证书流水线时是否可以选择将域名添加到证书监控",
fixedCertExpireDays: "固定证书有效期天数",
fixedCertExpireDaysHelper: "固定证书有效期天数,有助于列表进度条整齐显示",
},
},
modal: {