mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-09-26 19:36:35 +08:00
feat(web): move runtime status to dashboard, clean up plugin debug popover
Add SystemStatusCards component to the monitoring dashboard showing Plugin Runtime and Box Runtime connection status with details (backend, profile, sandbox count). Remove all Box/session status from the plugin page debug popover — it now only shows debug URL and key. Includes i18n for all 8 supported languages.
This commit is contained in:
@@ -1199,6 +1199,16 @@ const zhHans = {
|
||||
sessions: '会话记录',
|
||||
feedback: '用户反馈',
|
||||
},
|
||||
pluginRuntime: '插件运行时',
|
||||
boxRuntime: 'Box 运行时',
|
||||
connected: '已连接',
|
||||
disconnected: '未连接',
|
||||
disabled: '已禁用',
|
||||
statusDetail: '状态',
|
||||
pluginDisabled: '插件系统已禁用',
|
||||
boxBackend: '后端',
|
||||
boxProfile: '配置',
|
||||
boxSandboxes: '沙箱数',
|
||||
},
|
||||
limitation: {
|
||||
maxBotsReached:
|
||||
|
||||
Reference in New Issue
Block a user