diff --git a/www/app/templates/account/index.hbs b/www/app/templates/account/index.hbs index bf3137e..0957828 100644 --- a/www/app/templates/account/index.hbs +++ b/www/app/templates/account/index.hbs @@ -1,6 +1,6 @@
-{{high-charts mode=chartMode chartOptions=chartOptions content=chartData}} -{{high-charts mode=chartMode chartOptions=shareChart content=chartData}} + {{high-charts mode=chartMode chartOptions=chartOptions content=chartData}} + {{high-charts mode=chartMode chartOptions=shareChart content=chartData}} {{#if model.workers}}

Your Workers

@@ -10,6 +10,8 @@ ID Hashrate (rough, short average) Hashrate (accurate, long average) + Hostname + Port Difficulty Blocks Valid / Stale / Invalid 24h Last Share @@ -17,29 +19,38 @@ {{#each-in model.workers as |k v|}} - - {{k}} - {{format-hashrate v.hr}} {{#if v.w_stat_s}}{{else}}{{/if}} - {{format-hashrate v.hr2}} {{#if v.w_stat}}{{else}}{{/if}} - {{v.blocks}} - {{v.valid}} ({{v.v_per}}%) / {{v.stale}} ({{v.s_per}}%) / {{v.invalid}} ({{v.i_per}}%) - {{format-relative (seconds-to-ms v.lastBeat)}} - + + {{k}} + {{format-hashrate v.hr}} {{#if v.w_stat_s}}{{else}}{{/if}} + {{format-hashrate v.hr2}} {{#if v.w_stat}}{{else}}{{/if}} + {{v.hostname}} + {{format-hashrate v.portDiff}} + {{v.blocks}} + {{v.valid}} ({{v.v_per}}%) / {{v.stale}} + ({{v.s_per}}%) / {{v.invalid}} ({{v.i_per}}%) + {{format-relative (seconds-to-ms v.lastBeat)}} + {{/each-in}}
{{else}} -

No workers online

+

No workers online

{{/if}} -
+ \ No newline at end of file