actually fix stats layout
This commit is contained in:
parent
5370a0eb8e
commit
cd0e4e8373
2 changed files with 3 additions and 4 deletions
|
@ -137,7 +137,6 @@ h2 {
|
||||||
}
|
}
|
||||||
|
|
||||||
.stats {
|
.stats {
|
||||||
display: block;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 1.5rem 0;
|
padding: 1.5rem 0;
|
||||||
}
|
}
|
||||||
|
|
|
@ -58,10 +58,10 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if machines %}
|
{% if machines %}
|
||||||
<h2>machines</h2>
|
<h2>machines</h2>
|
||||||
|
<section class="stats">
|
||||||
|
VPS STATS<br>{{ vps_stats|safe }}
|
||||||
|
</section>
|
||||||
<section class="machines boxes">
|
<section class="machines boxes">
|
||||||
<section class="stats">
|
|
||||||
VPS STATS<br>{{ vps_stats|safe }}
|
|
||||||
</section>
|
|
||||||
{% for machine in machines %}
|
{% for machine in machines %}
|
||||||
{% if machine.url %}
|
{% if machine.url %}
|
||||||
<a class="machine box status-{{ machine.status }}" href="{{ machine.url }}">
|
<a class="machine box status-{{ machine.status }}" href="{{ machine.url }}">
|
||||||
|
|
Loading…
Reference in a new issue