diff --git a/hive-ag3nt/assets/app.js b/hive-ag3nt/assets/app.js index 65a4d4f..7cd9792 100644 --- a/hive-ag3nt/assets/app.js +++ b/hive-ag3nt/assets/app.js @@ -670,9 +670,6 @@ const s = await resp.json(); if (!headerSet) { setHeader(s.label, s.dashboard_port); headerSet = true; } currentLabel = s.label; - // Show the screen link when the weston VNC compositor is enabled. - const screenLink = $('screen-link'); - if (screenLink) screenLink.style.display = s.gui_enabled ? '' : 'none'; renderTermInput(s.label, s.status === 'online'); renderInbox(s.inbox || []); // Authoritative state comes from the harness via /api/state. diff --git a/hive-ag3nt/assets/index.html b/hive-ag3nt/assets/index.html index 9e72be2..368eccd 100644 --- a/hive-ag3nt/assets/index.html +++ b/hive-ag3nt/assets/index.html @@ -8,11 +8,7 @@

◆ … ◆

-

- 📊 stats → - -

+

📊 stats →

loading…