* [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
10 lines
420 B
Smarty
10 lines
420 B
Smarty
<article class="module width_full">
|
|
<header><h3>Graphs</h3></header>
|
|
<div class="module_content">
|
|
<div id="hashrategraph" style="height:200px; width: 95%;"></div>
|
|
</div>
|
|
<footer>
|
|
<p style="margin-left: 25px">Refresh interval: {$GLOBAL.config.statistics_ajax_refresh_interval|default:"10"} seconds. Hashrate based on shares submitted in the past {$INTERVAL|default:"5"} minutes.</p>
|
|
</footer>
|
|
</article>
|