fix(monitoring): hide disabled box status on cloud

This commit is contained in:
RockChinQ
2026-06-23 06:40:05 -04:00
parent a43978ff24
commit 59b2a7cd51
5 changed files with 208 additions and 166 deletions
+2
View File
@@ -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;