- {/* Responsive margin; Icon color explicitly set to cardColor to match "404" text */}
-
+
{errorIcon(60, 'var(--n-text-color-base)')}
+
{$t('t_0_1744098811152')}
router.push('/')}
>
{$t('t_1_1744098801860')}
- {/* Responsive margin and font size */}
-
+
{$t('t_2_1744098804908')}
diff --git a/frontend/apps/allin-ssl/src/views/autoDeploy/children/workflowView/node/apply/model.tsx b/frontend/apps/allin-ssl/src/views/autoDeploy/children/workflowView/node/apply/model.tsx
index 0d96fc8..97a0cc0 100644
--- a/frontend/apps/allin-ssl/src/views/autoDeploy/children/workflowView/node/apply/model.tsx
+++ b/frontend/apps/allin-ssl/src/views/autoDeploy/children/workflowView/node/apply/model.tsx
@@ -56,6 +56,7 @@ export default defineComponent({
useFormInput($t('t_1_1745735764953'), 'email', {
placeholder: $t('t_2_1745735773668'),
allowInput: noSideSpace,
+ readonly: param.value.ca !== 'letsencrypt',
}),
{
type: 'custom' as const,
@@ -101,11 +102,13 @@ export default defineComponent({
{
+ 'onUpdate:value': (val: { value: string; ca: string; email: string }) => {
param.value.eabId = val.value
param.value.ca = val.ca
+ if (val.value) param.value.email = val.email
},
}}
/>
@@ -148,7 +151,15 @@ export default defineComponent({
},
{ showRequireMark: false },
),
- useFormSwitch($t('t_2_1747106957037'), 'skip_check', {}, { showRequireMark: false }),
+ useFormSwitch(
+ $t('t_2_1747106957037'),
+ 'skip_check',
+ {
+ checkedValue: 1,
+ uncheckedValue: 0,
+ },
+ { showRequireMark: false },
+ ),
]
: []),
useFormHelp([