Box worker stats and getting started layouts
Some checks failed
CodeQL / Analyze (javascript) (push) Failing after 26s
Some checks failed
CodeQL / Analyze (javascript) (push) Failing after 26s
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user