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:
Junyan Qin
2026-04-18 01:22:27 +08:00
committed by WangCham
parent e2d555a945
commit ec00e49ef1
9 changed files with 9 additions and 31 deletions
-1
View File
@@ -478,7 +478,6 @@ const viVN = {
boxUnavailable: 'Không khả dụng',
boxBackend: 'Backend',
boxProfile: 'Hồ sơ',
boxSessions: 'Phiên',
boxErrors: 'Lỗi',
boxStatusLoadFailed: 'Tải trạng thái Box thất bại',
failedToGetDebugInfo: 'Lấy thông tin gỡ lỗi thất bại',