mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-08-24 11:07:14 +00:00
fix(web): remove ephemeral sandbox count from Box status display
The active_sessions count reflects transient sandbox containers that expire after 5 minutes of inactivity, making it misleading in the UI. Keep only connection status, backend, profile, and error count.
This commit is contained in:
@@ -485,7 +485,6 @@ const esES = {
|
||||
boxUnavailable: 'No disponible',
|
||||
boxBackend: 'Backend',
|
||||
boxProfile: 'Perfil',
|
||||
boxSessions: 'Sesiones',
|
||||
boxErrors: 'Errores',
|
||||
boxStatusLoadFailed: 'Error al cargar el estado de Box',
|
||||
failedToGetDebugInfo: 'Error al obtener la información de depuración',
|
||||
|
||||
Reference in New Issue
Block a user