feat(ui): new CertificateList UI using antd

This commit is contained in:
Fu Diwei
2024-12-05 21:52:27 +08:00
parent c522196029
commit 65d9c6fe2f
13 changed files with 216 additions and 56 deletions

View File

@@ -9,6 +9,7 @@
"certificate.props.expiry.expired": "Expired",
"certificate.props.expiry.text.expire": "Expire",
"certificate.props.workflow": "Workflow",
"certificate.props.source": "Source",
"certificate.props.created": "Created",
"certificate.props.certificate": "Certificate",
"certificate.props.private.key": "Private Key",
@@ -16,4 +17,3 @@
"certificate.action.view": "View Certificate",
"certificate.action.download": "Download Certificate"
}