Box worker stats and getting started layouts
Some checks failed
CodeQL / Analyze (javascript) (push) Failing after 26s

This commit is contained in:
Codex Bot
2026-03-24 13:19:37 +01:00
parent 2afc57c8f5
commit 002597c938
2 changed files with 121 additions and 77 deletions

View File

@@ -19,11 +19,19 @@
</div>
</section>
<ul class="nav nav-tabs" id="blocksTabs">
</ul>
<section class="section-block">
<div class="section-head">
<div>
<span class="eyebrow">Worker view</span>
<h4>Wallet-specific diagnostics</h4>
</div>
</div>
<ul class="nav nav-tabs" id="blocksTabs">
</ul>
<div class="tab-content" id="tab-content">
</div>
<div class="tab-content" id="tab-content">
</div>
</section>
<script id="siblingTabTemplate" type="text/x-handlebars-template">
<li id="blockTab{{coin}}" role="presentation" class="{{active}}"><a href="#{{coin}}" data-coin="{{coin}}">{{coin}} {{symbol}}</a></li>