php-mpos/public/templates/mpos/statistics/pool/default.tpl
Sebastian Grewe 47e0b2ac74 [FIX] Network hashrate in dashboard
Also adds some fixes for hashrate updates on the pool statistics page in
case the API is disabled alltogether.

Fixes #934 once merged.
2013-12-09 16:11:31 +01:00

12 lines
323 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}
{include file="statistics/js.tpl"}
{/if}