feat(ui): optimize table UI

This commit is contained in:
Fu Diwei
2024-12-08 11:55:30 +08:00
parent 4e0134b70a
commit 5c6be439e8
14 changed files with 84 additions and 143 deletions

View File

@@ -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",

View File

@@ -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",

View File

@@ -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",