feat(ui): optimize table UI
This commit is contained in:
@@ -8,9 +8,11 @@
|
||||
|
||||
"certificate.props.domain": "Name",
|
||||
"certificate.props.expiry": "Expiry",
|
||||
"certificate.props.expiry.days": "Days",
|
||||
"certificate.props.expiry.left_days": "{{left}} / {{total}} days left",
|
||||
"certificate.props.expiry.expired": "Expired",
|
||||
"certificate.props.expiry.text.expire": "Expire",
|
||||
"certificate.props.expiry.expiration": "Expire on {{date}}",
|
||||
"certificate.props.expiry.filter.expire_soon": "Expire Soon",
|
||||
"certificate.props.expiry.filter.expired": "Expired",
|
||||
"certificate.props.workflow": "Workflow",
|
||||
"certificate.props.source": "Source",
|
||||
"certificate.props.certificate_chain": "Certificate Chain",
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
"common.delete.succeeded.message": "Delete Successful",
|
||||
"common.delete.failed.message": "Delete Failed",
|
||||
"common.next": "Next",
|
||||
"common.reset": "Reset",
|
||||
"common.confirm": "Confirm",
|
||||
"common.cancel": "Cancel",
|
||||
"common.submit": "Submit",
|
||||
|
||||
@@ -21,7 +21,9 @@
|
||||
"workflow.props.description": "Description",
|
||||
"workflow.props.description.placeholder": "Please enter description",
|
||||
"workflow.props.executionMethod": "Execution Method",
|
||||
"workflow.props.enabled": "Enabled",
|
||||
"workflow.props.state": "State",
|
||||
"workflow.props.state.filter.enabled": "Enabled",
|
||||
"workflow.props.state.filter.disabled": "Disabled",
|
||||
"workflow.props.createdAt": "Created",
|
||||
"workflow.props.updatedAt": "Updated",
|
||||
|
||||
|
||||
Reference in New Issue
Block a user