new graph location

This commit is contained in:
Sebastian Grewe 2013-09-14 17:59:01 +02:00
parent 4e19de4c7a
commit 1fab736eb6
2 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
{if $smarty.session.AUTHENTICATED|default} {if $smarty.session.AUTHENTICATED|default}
{assign var=payout_system value=$GLOBAL.config.payout_system} {assign var=payout_system value=$GLOBAL.config.payout_system}
{include file="dashboard/graph.tpl"}
{include file="dashboard/default_$payout_system.tpl"} {include file="dashboard/default_$payout_system.tpl"}
{include file="dashboard/gauges.tpl"} {include file="dashboard/gauges.tpl"}
{include file="dashboard/graph.tpl"}
{else} {else}
{include file="login/default.tpl"} {include file="login/default.tpl"}
{/if} {/if}

View File

@ -1,7 +1,7 @@
<article class="module width_half"> <article class="module width_full">
<header><h3>Graphs</h3></header> <header><h3>Graphs</h3></header>
<div class="module_content"> <div class="module_content">
<div id="hashrategraph" style="height:250px;width:600px; "></div> <div id="hashrategraph" style="height:250px;width:100%; "></div>
</div> </div>
</article> </article>