Show live onboarding hero metrics
Some checks failed
CodeQL / Analyze (javascript) (push) Failing after 27s
Some checks failed
CodeQL / Analyze (javascript) (push) Failing after 27s
This commit is contained in:
@@ -8,12 +8,12 @@
|
||||
</div>
|
||||
<div class="page-hero-panel">
|
||||
<div class="hero-kpi">
|
||||
<span>Setup</span>
|
||||
<strong>Parent Wallet</strong>
|
||||
<span>Miners</span>
|
||||
<strong id="gettingStartedMiners">N/A</strong>
|
||||
</div>
|
||||
<div class="hero-kpi">
|
||||
<span>Output</span>
|
||||
<strong>Ready Config</strong>
|
||||
<span>Blocks</span>
|
||||
<strong id="gettingStartedBlocks">N/A</strong>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
@@ -303,6 +303,8 @@ currentPage = {
|
||||
updateText('xmrstakCurrency', 'randomx');
|
||||
updateText('xmrigAlgoCPU', xmrigAlgo);
|
||||
updateText('xmrigAlgoCC', xmrigAlgo);
|
||||
updateText('gettingStartedMiners', `${lastStats.pool.miners}/${lastStats.pool.minersSolo}`);
|
||||
updateText('gettingStartedBlocks', `${lastStats.pool.totalBlocks}/${lastStats.pool.totalBlocksSolo}`);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user