mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-07-26 06:16:09 +00: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:
@@ -1253,6 +1253,16 @@ const ruRU = {
|
||||
sessions: 'Сессии',
|
||||
feedback: 'Отзывы пользователей',
|
||||
},
|
||||
pluginRuntime: 'Среда плагинов',
|
||||
boxRuntime: 'Среда Box',
|
||||
connected: 'Подключено',
|
||||
disconnected: 'Отключено',
|
||||
disabled: 'Отключено',
|
||||
statusDetail: 'Статус',
|
||||
pluginDisabled: 'Система плагинов отключена',
|
||||
boxBackend: 'Бэкенд',
|
||||
boxProfile: 'Профиль',
|
||||
boxSandboxes: 'Песочницы',
|
||||
},
|
||||
limitation: {
|
||||
maxBotsReached:
|
||||
|
||||
Reference in New Issue
Block a user