* [FEATURE] Display both pool and personal hashrate * [FEATURE] Use EnhancedLegendRendere to toggle lines in graph * [IMPROVEMENT] Unified Ajax call for graph and gauges * [IMPROVEMENT] Allow `getdashboarddata` to supply raw hashrate values
8 lines
284 B
Smarty
8 lines
284 B
Smarty
{if $smarty.session.AUTHENTICATED|default}
|
|
{assign var=payout_system value=$GLOBAL.config.payout_system}
|
|
{include file="dashboard/graph.tpl"}
|
|
{include file="dashboard/default_$payout_system.tpl"}
|
|
{include file="dashboard/gauges.tpl"}
|
|
{include file="dashboard/js.tpl"}
|
|
{/if}
|