mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-09-02 23:57:14 +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:
@@ -468,7 +468,12 @@ const thTH = {
|
||||
boxUnavailable: 'ไม่พร้อมใช้งาน',
|
||||
boxBackend: 'แบ็กเอนด์',
|
||||
boxProfile: 'โปรไฟล์',
|
||||
boxSandboxes: 'แซนด์บ็อกซ์',
|
||||
boxErrors: 'ข้อผิดพลาด',
|
||||
boxSessionImage: 'อิมเมจ',
|
||||
boxSessionBackend: 'แบ็กเอนด์',
|
||||
boxSessionResources: 'ทรัพยากร',
|
||||
boxSessionNetwork: 'เครือข่าย',
|
||||
boxStatusLoadFailed: 'โหลดสถานะ Box ล้มเหลว',
|
||||
failedToGetDebugInfo: 'ไม่สามารถดึงข้อมูลดีบักได้',
|
||||
copiedToClipboard: 'คัดลอกไปยังคลิปบอร์ดแล้ว',
|
||||
|
||||
Reference in New Issue
Block a user