feat(ui): optimize table UI
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"access.page.title": "Authorization",
|
||||
|
||||
"access.nodata": "Please add authorization to start deploying certificate.",
|
||||
"access.nodata": "No accesses. Please create an authorization first.",
|
||||
|
||||
"access.action.add": "Create Authorization",
|
||||
"access.action.edit": "Edit Authorization",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"certificate.page.title": "Certificates",
|
||||
|
||||
"certificate.nodata": "No certificates yet, create a workflow to generate certificates! 😀",
|
||||
"certificate.nodata": "No certificates. Please create a workflow to generate certificates! 😀",
|
||||
|
||||
"certificate.action.view": "View Certificate",
|
||||
"certificate.action.download": "Download Certificate",
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
{
|
||||
"workflow.page.title": "Workflows",
|
||||
|
||||
"workflow.nodata": "No workflows. Please create a workflow to generate certificates! 😀",
|
||||
|
||||
"workflow.detail.title": "Workflow",
|
||||
"workflow.detail.history": "History",
|
||||
|
||||
"workflow.detail.action.save": "Save updates",
|
||||
"workflow.detail.action.save.failed": "Save failed",
|
||||
"workflow.detail.action.save.failed.uncompleted": "Save failed, please complete all node settings",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"access.page.title": "授权管理",
|
||||
|
||||
"access.nodata": "请添加授权开始部署证书吧。",
|
||||
"access.nodata": "暂无授权信息,请先创建。",
|
||||
|
||||
"access.action.add": "新建授权",
|
||||
"access.action.edit": "编辑授权",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"certificate.page.title": "证书管理",
|
||||
|
||||
"certificate.nodata": "暂无证书,创建一个工作流去生成证书吧 😀",
|
||||
"certificate.nodata": "暂无证书,创建一个工作流去生成证书吧~ 😀",
|
||||
|
||||
"certificate.action.view": "查看证书",
|
||||
"certificate.action.download": "下载证书",
|
||||
|
||||
@@ -1,8 +1,12 @@
|
||||
{
|
||||
"workflow.page.title": "工作流",
|
||||
|
||||
"certificate.nodata": "暂无证书,创建一个工作流去生成证书吧~ 😀",
|
||||
|
||||
"workflow.nodata": "No workflows yet. Try to create a workflow to generate certificates! 😀",
|
||||
|
||||
"workflow.detail.title": "流程",
|
||||
"workflow.detail.history": "历史",
|
||||
|
||||
"workflow.detail.action.save": "保存变更",
|
||||
"workflow.detail.action.save.failed": "保存失败",
|
||||
"workflow.detail.action.save.failed.uncompleted": "保存失败,请完成所有节点设置",
|
||||
|
||||
Reference in New Issue
Block a user