new graph location
This commit is contained in:
parent
4e19de4c7a
commit
1fab736eb6
@ -1,8 +1,8 @@
|
||||
{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/graph.tpl"}
|
||||
{else}
|
||||
{include file="login/default.tpl"}
|
||||
{/if}
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
<article class="module width_half">
|
||||
<article class="module width_full">
|
||||
<header><h3>Graphs</h3></header>
|
||||
<div class="module_content">
|
||||
<div id="hashrategraph" style="height:250px;width:600px; "></div>
|
||||
<div id="hashrategraph" style="height:250px;width:100%; "></div>
|
||||
</div>
|
||||
</article>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user