diff --git a/ui/src/components/certimate/AccessEditDialog.tsx b/ui/src/components/certimate/AccessEditDialog.tsx index caae5ab1..8c70a148 100644 --- a/ui/src/components/certimate/AccessEditDialog.tsx +++ b/ui/src/components/certimate/AccessEditDialog.tsx @@ -212,31 +212,32 @@ const AccessEditDialog = ({ trigger, op, data, className }: AccessEditProps) =>
- - - +
+ + +
{form}
diff --git a/ui/src/components/certimate/DeployList.tsx b/ui/src/components/certimate/DeployList.tsx index 4a7d76c2..8f68bafe 100644 --- a/ui/src/components/certimate/DeployList.tsx +++ b/ui/src/components/certimate/DeployList.tsx @@ -477,7 +477,7 @@ const DeployToSSH = () => { }, []); return ( <> -
+
{ }); return ( -
+
@@ -760,7 +760,7 @@ const DeployToCDN = () => { }); return ( -
+
{ return ( <> -
+
{ }} />
+
{ }} />
+
{ }} />
+
{ +
{t("domain.deployment.form.variables.empty")}
- -
{t(titles[valueType])}
+ + +
{t(titles[valueType])}
- 0}> - { - addVal(val); - }} - valueType={valueType} - value={""} - trigger={ -
- + 0}> + { + addVal(val); + }} + valueType={valueType} + value={""} + trigger={ +
+ -
{t("common.add")}
+
{t("common.add")}
+
+ } + /> +
+ + + 0} + fallback={ +
+
{t("common.text." + valueType + ".empty")}
+ +
} - /> -
- - - 0} - fallback={ -
-
{t("common.text." + valueType + ".empty")}
- - -
- } - > -
- {list.map((item, index) => ( -
-
{item}
-
- } - value={item} - onValueChange={(val: string) => { - editVal(index, val); - }} - /> - { - onRemoveClick(index); - }} - /> + > +
+ {list.map((item, index) => ( +
+
{item}
+
+ } + value={item} + onValueChange={(val: string) => { + editVal(index, val); + }} + /> + { + onRemoveClick(index); + }} + /> +
-
- ))} -
- - + ))} +
+ + +
); diff --git a/ui/src/i18n/locales/en/nls.domain.json b/ui/src/i18n/locales/en/nls.domain.json index 74e5ee57..36552760 100644 --- a/ui/src/i18n/locales/en/nls.domain.json +++ b/ui/src/i18n/locales/en/nls.domain.json @@ -37,7 +37,7 @@ "domain.application.form.access.placeholder": "Please select DNS provider authorization configuration", "domain.application.form.access.list": "Provider Authorization Configurations", "domain.application.form.advanced_settings.label": "Advanced Settings", - "domain.application.form.key_algorithm.label": "Certificate Key Algorithm", + "domain.application.form.key_algorithm.label": "Certificate Key Algorithm (Default: RSA2048)", "domain.application.form.key_algorithm.placeholder": "Please select certificate key algorithm", "domain.application.form.timeout.label": "DNS Propagation Timeout (Seconds)", "domain.application.form.timeoue.placeholder": "Please enter maximum waiting time for DNS propagation", diff --git a/ui/src/i18n/locales/zh/nls.domain.json b/ui/src/i18n/locales/zh/nls.domain.json index 197200a8..e2d87fc6 100644 --- a/ui/src/i18n/locales/zh/nls.domain.json +++ b/ui/src/i18n/locales/zh/nls.domain.json @@ -37,7 +37,7 @@ "domain.application.form.access.placeholder": "请选择 DNS 服务商授权配置", "domain.application.form.access.list": "DNS 服务商授权配置列表", "domain.application.form.advanced_settings.label": "高级设置", - "domain.application.form.key_algorithm.label": "数字证书算法", + "domain.application.form.key_algorithm.label": "数字证书算法(默认:RSA2048)", "domain.application.form.key_algorithm.placeholder": "请选择数字证书算法", "domain.application.form.timeout.label": "DNS 传播检查超时时间(单位:秒)", "domain.application.form.timeoue.placeholder": "请输入 DNS 传播检查超时时间",