agent page: backend-supplied links list replaces hardcoded stats/screen/forge (closes #189)
This commit is contained in:
parent
a8ab91ecd8
commit
0884a54960
3 changed files with 58 additions and 47 deletions
|
|
@ -12,14 +12,7 @@
|
|||
<img class="agent-icon" src="/icon" alt="">
|
||||
<h2 id="title">◆ … ◆</h2>
|
||||
</div>
|
||||
<p class="meta">
|
||||
<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>
|
||||
<a id="forge-link" href="#" target="_blank" rel="noopener"
|
||||
title="this agent's profile on the hive forge"
|
||||
style="display:none; color: var(--cyan); text-decoration: none; margin-left: 1em;">⬡ forge ↗</a>
|
||||
</p>
|
||||
<p class="meta" id="meta-links"></p>
|
||||
|
||||
<div id="status">
|
||||
<p class="meta">loading…</p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue