From 5cff6a49d2e87827a5fe6ba78c0ba5b19ce69ffd Mon Sep 17 00:00:00 2001 From: Nicholas Kissel Date: Fri, 17 Jul 2026 10:33:35 -0700 Subject: [PATCH] fix(frontend): tighten inspector load-failure state --- .../actors/actor-details-iframe.tsx | 30 +++++++++---------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/frontend/src/components/actors/actor-details-iframe.tsx b/frontend/src/components/actors/actor-details-iframe.tsx index 961260bf00..5f320218c8 100644 --- a/frontend/src/components/actors/actor-details-iframe.tsx +++ b/frontend/src/components/actors/actor-details-iframe.tsx @@ -632,10 +632,10 @@ function ActorDetailsIframePath({ {bootTimedOut ? (

- Inspector UI didn't load. Check that the + Inspector didn't load. Check that the actor is running and reachable.

-
+
- + + Use legacy inspector + + } + />
-

- The legacy inspector is an older, less - secure version. Only switch to it if the - inspector keeps failing to load. -

) : ( Connecting to inspector…