diff --git a/hive-ag3nt/assets/app.js b/hive-ag3nt/assets/app.js index 7cd9792..65a4d4f 100644 --- a/hive-ag3nt/assets/app.js +++ b/hive-ag3nt/assets/app.js @@ -670,6 +670,9 @@ 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 368eccd..9e72be2 100644 --- a/hive-ag3nt/assets/index.html +++ b/hive-ag3nt/assets/index.html @@ -8,7 +8,11 @@
░▒▓█▓▒░ … ░▒▓█▓▒░ hyperhive ag3nt ░▒▓█▓▒░