revert platform admin statistics

was erroneously using 'requested' rather than calculating 'sending'
This commit is contained in:
Leo Hemsted
2016-11-15 11:12:19 +00:00
parent 6a9973d1b6
commit 5edb8cd086
3 changed files with 18 additions and 10 deletions

View File

@@ -11,7 +11,7 @@
{% endcall %}
{% call field(align='right', border=False) %}
{{ big_number(data[channel]['requested'], smaller=True) }}
{{ big_number(data[channel]['sending'], smaller=True) }}
{% endcall %}
{% call field(align='right', border=False) %}