dashboard: remove peer-hives headline block (hyperhive#3294)
Removes the SW4RM tab's "P33R H1V3S" headline section (#peers-block/#peers-section in dashboard.html, renderPeerHives in swarm.js, its call site + import in tabs.js). Superseded by swarm-ui's own hive roster page. Verified: npm run build clean (would have failed to resolve renderPeerHives if the import/export pair were left mismatched).
This commit is contained in:
parent
32a353a9c5
commit
016ab70e31
3 changed files with 3 additions and 52 deletions
|
|
@ -100,15 +100,6 @@
|
|||
<div id="containers-section">
|
||||
<p class="meta">loading…</p>
|
||||
</div>
|
||||
<!-- Peer hives (federated swarms). The headline block is hidden
|
||||
entirely when nothing is federated; renderPeerHives then drops
|
||||
a quiet "no peer hives configured" note into #peers-section. -->
|
||||
<div id="peers-block" hidden>
|
||||
<h2>◆ P33R H1V3S ◆</h2>
|
||||
<div class="divider">══════════════════════════════════════════════════════════════</div>
|
||||
<p class="meta">peer hives in this swarm. click a card to open that hive's dashboard.</p>
|
||||
</div>
|
||||
<div id="peers-section"></div>
|
||||
</section>
|
||||
|
||||
<!-- Y3R C4LL: things blocked on operator decision. Approvals +
|
||||
|
|
|
|||
Loading…
Reference in a new issue