]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blob - www/templates/modules/stasy-table.html
Big update of the fireinfo service.
[people/shoehn/ipfire.org.git] / www / templates / modules / stasy-table.html
1 <table class="stats">
2 {% for k, v in items %}
3 <tr>
4 <td class="key">{{ k }}</td>
5 <td class="bar"><p style="{{ "width: %.2f%%" % v }}">&nbsp;</p></td>
6 <td class="value">{{ "%.2f" % v }}%</td>
7 </tr>
8 {% end %}
9 </table>
10 <br class="clear" />