fix(style): cluster state do not display

This commit is contained in:
jialin
2025-10-14 13:09:22 +08:00
parent 903500dcfa
commit 620c113fae
28 changed files with 200 additions and 198 deletions
+2 -1
View File
@@ -45,6 +45,7 @@ const BackendList = () => {
deleteAPI: deleteBackend,
API: INFERENCE_BACKEND_API,
watch: false,
isInfiniteScroll: true,
contentForDelete: 'backends.title',
defaultQueryParams: {
perPage: 100
@@ -154,7 +155,7 @@ const BackendList = () => {
<PageContainer
ghost
header={{
title: intl.formatMessage({ id: 'menu.models.backendsList' }),
title: intl.formatMessage({ id: 'menu.resources.backendsList' }),
style: {
paddingInline: 'var(--layout-content-header-inlinepadding)'
},