fix: use dedicated error message for AI Models card load failure (Task 9 review)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
wangwei
2026-07-02 20:03:27 +08:00
co-authored by Copilot
parent 0edbee07d5
commit 6a7fe48c4c
3 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -340,7 +340,7 @@ export function StatusPage() {
);
})
) : (
<div style={{ padding: '12px 0', color: 'var(--muted)', fontSize: 13 }}>{t.status.configLoadError}</div>
<div style={{ padding: '12px 0', color: 'var(--muted)', fontSize: 13 }}>{t.status.modelsLoadError}</div>
)}
</div>