style: ui for no data in table list

This commit is contained in:
jialin
2025-10-16 11:11:39 +08:00
parent ca9ceda2f7
commit e2da7c5f96
29 changed files with 546 additions and 108 deletions
+2 -1
View File
@@ -183,5 +183,6 @@ export default {
'models.accessSettings.authed': '认证用户',
'models.accessSettings.allowedUsers': '指定用户',
'models.accessSettings.public.tips':
'公开后,任何人无需认证即可访问,可能存在数据泄露风险。'
'公开后,任何人无需认证即可访问,可能存在数据泄露风险。',
'models.table.button.deploy': '立即部署'
};
+37
View File
@@ -0,0 +1,37 @@
export default {
'noresult.button.add': '立即添加',
'noresult.mymodels.title': '暂无可访问的模型',
'noresult.mymodels.subTitle': '请联系管理员获取访问权限。',
'noresult.mymodels.nofound': '未找到匹配的模型',
'noresult.deployments.title': '尚未部署模型',
'noresult.deployments.subTitle':
'您还没有部署任何模型,点击下方按钮即可开始。',
'noresult.gpus.title': '当前未检测到 GPU 设备',
'noresult.gpus.subTitle': '请确认 Worker 状态是否正常。',
'noresult.gpus.nofound': '未找到匹配的 GPU 设备',
'noresult.workers.title': '暂无 Worker',
'noresult.workers.subTitle': '当前集群中没有任何 Worker。',
'noresult.workers.nofound': '未找到匹配的 Worker',
'noresult.workers.button.add': '前往添加 Worker',
'noresult.modelfiles.title': '暂无模型文件',
'noresult.modelfiles.subTitle': '尚未添加任何模型文件。',
'noresult.modelfiles.nofound': '未找到匹配的模型文件',
'noresult.backend.title': '暂无推理后端',
'noresult.backend.subTitle': '尚未添加任何推理后端。',
'noresult.backend.nofound': '未找到匹配的推理后端',
'noresult.cluster.title': '暂无集群',
'noresult.cluster.subTitle': '尚未添加任何集群。',
'noresult.cluster.nofound': '未找到匹配的集群',
'noresult.credentials.title': '暂无凭据',
'noresult.credentials.subTitle': '尚未添加任何凭据。',
'noresult.credentials.nofound': '未找到匹配的凭据',
'noresult.users.title': '暂无用户',
'noresult.users.subTitle': '尚未添加任何用户。',
'noresult.users.nofound': '未找到匹配的用户',
'noresult.keys.title': '暂无 API 密钥',
'noresult.keys.subTitle': '尚未添加任何 API 密钥。',
'noresult.keys.nofound': '未找到匹配的 API 密钥',
'noresult.catalog.title': '暂无模型',
'noresult.catalog.subTitle': '尚未配置任何模型。',
'noresult.catalog.nofound': '未找到匹配的模型'
};