feat(ui): new AccessList UI using antd

This commit is contained in:
Fu Diwei
2024-12-06 09:54:44 +08:00
parent 65d9c6fe2f
commit b44b8d09b2
54 changed files with 429 additions and 528 deletions

View File

@@ -1,7 +1,10 @@
{
"certificate.page.title": "证书管理",
"certificate.nodata": "暂无证书,添加工作流去生成证书吧😀",
"certificate.nodata": "暂无证书,创建一个工作流去生成证书吧 😀",
"certificate.action.view": "查看证书",
"certificate.action.download": "下载证书",
"certificate.props.domain": "名称",
"certificate.props.expiry": "有效期限",
@@ -10,10 +13,6 @@
"certificate.props.expiry.text.expire": "到期",
"certificate.props.workflow": "所属工作流",
"certificate.props.source": "来源",
"certificate.props.created": "颁发时间",
"certificate.props.certificate": "证书",
"certificate.props.private.key": "私钥",
"certificate.action.view": "查看证书",
"certificate.action.download": "下载证书"
"certificate.props.certificate": "证书内容",
"certificate.props.private_key": "私钥内容"
}