Compare commits
No commits in common. "42437f9c6aaf64330440f237481b32d0267eaa08" and "2027e9443200324524ac403b3e1cd505646dceb8" have entirely different histories.
42437f9c6a
...
2027e94432
2 changed files with 1 additions and 8 deletions
|
|
@ -670,9 +670,6 @@
|
||||||
const s = await resp.json();
|
const s = await resp.json();
|
||||||
if (!headerSet) { setHeader(s.label, s.dashboard_port); headerSet = true; }
|
if (!headerSet) { setHeader(s.label, s.dashboard_port); headerSet = true; }
|
||||||
currentLabel = s.label;
|
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');
|
renderTermInput(s.label, s.status === 'online');
|
||||||
renderInbox(s.inbox || []);
|
renderInbox(s.inbox || []);
|
||||||
// Authoritative state comes from the harness via /api/state.
|
// Authoritative state comes from the harness via /api/state.
|
||||||
|
|
|
||||||
|
|
@ -8,11 +8,7 @@
|
||||||
<body>
|
<body>
|
||||||
<pre class="banner" id="banner">░▒▓█▓▒░ … ░▒▓█▓▒░ hyperhive ag3nt ░▒▓█▓▒░</pre>
|
<pre class="banner" id="banner">░▒▓█▓▒░ … ░▒▓█▓▒░ hyperhive ag3nt ░▒▓█▓▒░</pre>
|
||||||
<h2 id="title">◆ … ◆</h2>
|
<h2 id="title">◆ … ◆</h2>
|
||||||
<p class="meta">
|
<p class="meta"><a href="/stats" style="color: var(--cyan); text-decoration: none;">📊 stats →</a></p>
|
||||||
<a href="/stats" style="color: var(--cyan); text-decoration: none;">📊 stats →</a>
|
|
||||||
<a id="screen-link" href="/screen" target="_blank" rel="noopener"
|
|
||||||
style="display:none; color: var(--cyan); text-decoration: none; margin-left: 1em;">🖥 screen →</a>
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<div id="status">
|
<div id="status">
|
||||||
<p class="meta">loading…</p>
|
<p class="meta">loading…</p>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue