Fix: The document management table cannot be displayed. (#13967)

### What problem does this PR solve?

Fix: The document management table cannot be displayed.
### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)



<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

* **Bug Fixes**
* Improved table layout and overflow behavior in the files view to
ensure proper scrolling and display.

* **Chores**
* Removed unused system status functionality and cleaned up service
methods.
  * Updated TypeScript configuration for compatibility.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
balibabu
2026-04-08 11:37:27 +08:00
committed by GitHub
parent 62a1333cf2
commit b8764cfa11
6 changed files with 4 additions and 32 deletions

View File

@@ -171,10 +171,8 @@ export default {
// system
getSystemVersion: `${restAPIv1}/system/version`,
getSystemStatus: `${webAPI}/system/status`,
getSystemTokenList: `${webAPI}/system/token_list`,
createSystemToken: `${webAPI}/system/new_token`,
listSystemToken: `${webAPI}/system/token_list`,
removeSystemToken: `${webAPI}/system/token`,
getSystemConfig: `${webAPI}/system/config`,
setLangfuseConfig: `${webAPI}/langfuse/api_key`,