]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blame - www/templates/stasy-stats-network.html
Fix calculation of the network stats.
[people/shoehn/ipfire.org.git] / www / templates / stasy-stats-network.html
CommitLineData
07785a9c
MT
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>
e6cff1b1 10 {{ modules.StasyTable(network_zones, sortby="percentage", percentage=True) }}
07785a9c
MT
11{% end block %}
12