mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-08-30 22:27:13 +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:
@@ -485,7 +485,12 @@ const esES = {
|
||||
boxUnavailable: 'No disponible',
|
||||
boxBackend: 'Backend',
|
||||
boxProfile: 'Perfil',
|
||||
boxSandboxes: 'Sandboxes',
|
||||
boxErrors: 'Errores',
|
||||
boxSessionImage: 'Imagen',
|
||||
boxSessionBackend: 'Backend',
|
||||
boxSessionResources: 'Recursos',
|
||||
boxSessionNetwork: 'Red',
|
||||
boxStatusLoadFailed: 'Error al cargar el estado de Box',
|
||||
failedToGetDebugInfo: 'Error al obtener la información de depuración',
|
||||
copiedToClipboard: 'Copiado al portapapeles',
|
||||
|
||||
Reference in New Issue
Block a user