]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blame - www/templates/stasy-stats-virtual.html
Big update of the fireinfo service.
[people/shoehn/ipfire.org.git] / www / templates / stasy-stats-virtual.html
CommitLineData
91a446f0 1{% extends "stasy-base-2.html" %}
372efc19
MT
2
3{% block title %}{% end block %}
4
5{% block content %}
91a446f0
MT
6 <h3>{{ _("Virtualization support") }}</h3>
7 <p>
8 IPFire is running very well in a virtual environment.
9 </p>
10 <p>
11 See this chart to get a clue about how many machines are running
12 virtually.
13 </p>
14 {{ modules.StasyTable(is_virtual, sortby="percentage") }}
15
16 <h4>{{ _("Hypervisors") }}</h4>
17 <p>
18 This is a list of all hypervisor vendors that IPFire is running on.
19 </p>
20 {{ modules.StasyTable(hypervisor_vendors, sortby="percentage") }}
372efc19 21{% end block %}