diff --git a/computes/templates/overview.html b/computes/templates/overview.html index 81398b9..e6f824f 100644 --- a/computes/templates/overview.html +++ b/computes/templates/overview.html @@ -52,14 +52,33 @@

{{ hostname }}

-

{% for arch, hpv in hypervisor.items %} - - {{ arch }} - {% for h in hpv %} - {{ h }} - {% endfor %} - {% endfor %} -

+

+ {% for arch, hpv in hypervisor.items %} + {% if forloop.counter < 4 %} +
+ + +
+ {% else %} + + + {% endif %} + {% endfor %} +

{{ emulator }}

Qemu