mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-07-24 21:36:06 +00:00
feat(web): show active sandbox details in Box status popover
Display sandbox count and a detailed list of active sessions including session ID, image, backend, resources (CPU/memory), network mode, and last used time. Fetched from GET /api/v1/box/sessions in parallel. Includes i18n for all 8 supported languages.
This commit is contained in:
@@ -481,7 +481,12 @@ const ruRU = {
|
||||
boxUnavailable: 'Недоступно',
|
||||
boxBackend: 'Бэкенд',
|
||||
boxProfile: 'Профиль',
|
||||
boxSandboxes: 'Песочницы',
|
||||
boxErrors: 'Ошибки',
|
||||
boxSessionImage: 'Образ',
|
||||
boxSessionBackend: 'Бэкенд',
|
||||
boxSessionResources: 'Ресурсы',
|
||||
boxSessionNetwork: 'Сеть',
|
||||
boxStatusLoadFailed: 'Не удалось загрузить статус Box',
|
||||
failedToGetDebugInfo: 'Не удалось получить отладочную информацию',
|
||||
copiedToClipboard: 'Скопировано в буфер обмена',
|
||||
|
||||
Reference in New Issue
Block a user