diff --git a/hive-ag3nt/src/web_ui.rs b/hive-ag3nt/src/web_ui.rs index d4f22ea..1997265 100644 --- a/hive-ag3nt/src/web_ui.rs +++ b/hive-ag3nt/src/web_ui.rs @@ -104,11 +104,27 @@ async fn index(State(state): State) -> Html { fn render_online(label: &str) -> String { format!( "

▓█▓▒░ harness alive — turn loop running ▓█▓▒░

\n\ -
\n \ - \n \ + \n \ + \n \ \n\
\n\

enqueued with from: operator on this agent's inbox; the next turn picks it up.

\n\ + \n\ {LIVE_PANEL}", ) }