]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blob - www/templates/stasy-stats-network.html
Fix calculation of the network stats.
[people/shoehn/ipfire.org.git] / www / templates / stasy-stats-network.html
1 {% extends "stasy-base-2.html" %}
2
3 {% block title %}{% end block %}
4
5 {% block content %}
6 <h3>{{ _("Network configuration") }}</h3>
7 <p>
8 This chart shows us which is the most favourite network configuration.
9 </p>
10 {{ modules.StasyTable(network_zones, sortby="percentage", percentage=True) }}
11 {% end block %}
12