]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blob - www/templates/stasy-stats-oses.html
Big update of the fireinfo service.
[people/shoehn/ipfire.org.git] / www / templates / stasy-stats-oses.html
1 {% extends "stasy-base-2.html" %}
2
3 {% block title %}{% end block %}
4
5 {% block content %}
6 <h3>{{ _("Releases") }}</h3>
7 {{ modules.StasyTable(releases, sortby="percentage") }}
8
9 <h3>{{ _("Architectures") }}</h3>
10 {{ modules.StasyTable(arches, sortby="percentage") }}
11
12 <h3>{{ _("Kernels") }}</h3>
13 <p>
14 This chart gives an overview about what kernel the machines are
15 runnning.
16 </p>
17 {{ modules.StasyTable(kernels, sortby="percentage") }}
18 {% end block %}