Refresh Lucide icons after pool page template renders
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:
@@ -816,6 +816,8 @@ function poolBlocks_InitTemplate(ranOnce, displayedChart, xhrGetBlocks) {
|
||||
poolBlocks_RenderBlocks(lastStats.pool.blocks, lastStats);
|
||||
|
||||
|
||||
renderLucideIcons(document.body);
|
||||
|
||||
if (!ranOnce)
|
||||
ranOnce = RunOnce()
|
||||
}
|
||||
@@ -2334,6 +2336,8 @@ function home_InitTemplate(parentStats) {
|
||||
updateText(`poolMiners${coin}`, `${parentStats.pool.miners}/${parentStats.pool.minersSolo}`);
|
||||
updateText('blocksTotal', `${parentStats.pool.totalBlocks}/${parentStats.pool.totalBlocksSolo}`);
|
||||
|
||||
renderLucideIcons(document.body);
|
||||
|
||||
|
||||
var totalFee = parentStats.config.fee;
|
||||
var soloFee = parentStats.config.soloFee;
|
||||
|
||||
Reference in New Issue
Block a user