* Adding live-updates for gauges * Adding new API calls * Updated statistics to allow custom intervals * Disabled caching for API calls for now * Added new hashrate graph with auto-update Addresses #444
9 lines
282 B
Smarty
9 lines
282 B
Smarty
{if $smarty.session.AUTHENTICATED|default}
|
|
{assign var=payout_system value=$GLOBAL.config.payout_system}
|
|
{include file="dashboard/default_$payout_system.tpl"}
|
|
{include file="dashboard/gauges.tpl"}
|
|
{include file="dashboard/graph.tpl"}
|
|
{else}
|
|
{include file="login/default.tpl"}
|
|
{/if}
|