* Added new admin options: disable_navbar and disable_navbar_api * Removes LIVE STATS from navigation list * Removes live updates on Pool General Statistics page * Added system load checks to getnavbardata API call This will help to decrease load on high-volume servers at the cost of losing live status. Fixes #1014 once merged.
12 lines
395 B
Smarty
12 lines
395 B
Smarty
{include file="statistics/pool/contributors_shares.tpl"}
|
|
|
|
{include file="statistics/pool/contributors_hashrate.tpl"}
|
|
|
|
{include file="statistics/pool/general_stats.tpl"}
|
|
|
|
{include file="statistics/blocks/small_table.tpl" ALIGN="right" SHORT=true}
|
|
|
|
{if !$GLOBAL.website.api.disabled && !$GLOBAL.config.disable_navbar && !$GLOBAL.config.disable_navbar_api}
|
|
{include file="statistics/js.tpl"}
|
|
{/if}
|