mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-07-17 09:56:06 +00:00
fix(monitoring): hide disabled box status on cloud
This commit is contained in:
@@ -373,6 +373,8 @@ export interface ApiRespPluginSystemStatus {
|
||||
|
||||
export interface ApiRespBoxStatus {
|
||||
available: boolean;
|
||||
/** UI hint: hide the Box runtime status surface for this deployment. */
|
||||
hidden?: boolean;
|
||||
/** Whether ``box.enabled`` is true in config. When false, the sandbox
|
||||
* is deliberately disabled — distinct from "configured but failed". */
|
||||
enabled?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user