feat: search by keyword on AccessList, CertificateList, WorkflowList
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
|
||||
"access.nodata": "No accesses. Please create an authorization first.",
|
||||
|
||||
"access.search.placeholder": "Search by access name ...",
|
||||
|
||||
"access.action.add": "Create authorization",
|
||||
"access.action.edit": "Edit authorization",
|
||||
"access.action.duplicate": "Duplicate authorization",
|
||||
|
||||
@@ -3,6 +3,8 @@
|
||||
|
||||
"certificate.nodata": "No certificates. Please create a workflow to generate certificates! 😀",
|
||||
|
||||
"certificate.search.placeholder": "Search by certificate name or serial number ...",
|
||||
|
||||
"certificate.action.view": "View certificate",
|
||||
"certificate.action.delete": "Delete certificate",
|
||||
"certificate.action.delete.confirm": "Are you sure to delete this certificate?",
|
||||
|
||||
@@ -3,6 +3,8 @@
|
||||
|
||||
"workflow.nodata": "No workflows. Please create a workflow to generate certificates! 😀",
|
||||
|
||||
"workflow.search.placeholder": "Search by workflow name ...",
|
||||
|
||||
"workflow.action.create": "Create workflow",
|
||||
"workflow.action.edit": "Edit workflow",
|
||||
"workflow.action.delete": "Delete workflow",
|
||||
|
||||
@@ -3,6 +3,8 @@
|
||||
|
||||
"access.nodata": "暂无授权信息,请先新建授权",
|
||||
|
||||
"access.search.placeholder": "按授权名称搜索……",
|
||||
|
||||
"access.action.add": "新建授权",
|
||||
"access.action.edit": "编辑授权",
|
||||
"access.action.duplicate": "复制授权",
|
||||
|
||||
@@ -3,6 +3,8 @@
|
||||
|
||||
"certificate.nodata": "暂无证书,新建一个工作流去生成证书吧~ 😀",
|
||||
|
||||
"certificate.search.placeholder": "按证书名称或序列号搜索……",
|
||||
|
||||
"certificate.action.view": "查看证书",
|
||||
"certificate.action.delete": "删除证书",
|
||||
"certificate.action.delete.confirm": "确定要删除此证书吗?",
|
||||
|
||||
@@ -3,6 +3,8 @@
|
||||
|
||||
"workflow.nodata": "暂无工作流,请先新建工作流",
|
||||
|
||||
"workflow.search.placeholder": "按工作流名称搜索……",
|
||||
|
||||
"workflow.action.create": "新建工作流",
|
||||
"workflow.action.edit": "编辑工作流",
|
||||
"workflow.action.delete": "删除工作流",
|
||||
|
||||
Reference in New Issue
Block a user