feat(ui): new CertificateList UI using antd
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
{
|
||||
"common.add": "Add",
|
||||
"common.save": "Save",
|
||||
"common.save.succeeded.message": "Save Successful",
|
||||
"common.save.failed.message": "Save Failed",
|
||||
"common.add": "Add",
|
||||
"common.view": "View",
|
||||
"common.edit": "Edit",
|
||||
"common.copy": "Copy",
|
||||
"common.download": "Download",
|
||||
@@ -24,8 +25,9 @@
|
||||
"common.text.dns": "Domain Name Server",
|
||||
"common.text.dns.empty": "No DNS",
|
||||
"common.text.ca": "Certificate Authority",
|
||||
"common.text.provider": "Provider",
|
||||
"common.text.name": "Name",
|
||||
"common.text.provider": "Provider",
|
||||
"common.text.workflow": "Workflow",
|
||||
"common.text.created_at": "Created At",
|
||||
"common.text.updated_at": "Updated At",
|
||||
"common.text.operations": "Operations",
|
||||
|
||||
Reference in New Issue
Block a user