diff --git a/web/src/pages/SSL/List.tsx b/web/src/pages/SSL/List.tsx index 56e57379c7..26452f1acd 100644 --- a/web/src/pages/SSL/List.tsx +++ b/web/src/pages/SSL/List.tsx @@ -108,7 +108,7 @@ const Page: React.FC = () => { ]; return ( - + rowKey="id" columns={columns} diff --git a/web/src/pages/SSL/components/CertificateForm/index.tsx b/web/src/pages/SSL/components/CertificateForm/index.tsx index 89a178d09a..73dcf6f5ab 100644 --- a/web/src/pages/SSL/components/CertificateForm/index.tsx +++ b/web/src/pages/SSL/components/CertificateForm/index.tsx @@ -75,7 +75,7 @@ const CertificateForm: React.FC = ({ mode, form }) => { }, ]} > - + = ({ mode, form }) => { }, ]} > - + {renderExpireTime()} diff --git a/web/src/pages/SSL/components/Step1/index.tsx b/web/src/pages/SSL/components/Step1/index.tsx index c66f3f1f1d..5d101039fb 100644 --- a/web/src/pages/SSL/components/Step1/index.tsx +++ b/web/src/pages/SSL/components/Step1/index.tsx @@ -70,11 +70,6 @@ const Step: React.FC = ({ form }) => {