fix margins on admin panel

This commit is contained in:
forest 2021-12-09 15:12:48 -06:00
parent 1e9043bbf2
commit baee2f9178
1 changed files with 7 additions and 21 deletions

View File

@ -39,8 +39,7 @@
</div>
{% if in_db_but_not_in_virt|length > 0 %}
<div class="third-margin">
<div class="row">
<div class="row third-margin">
<h1>🚨 in the database but not in the virtualization model 🚨</h1>
</div>
{% for vm in in_db_but_not_in_virt %}
@ -49,14 +48,12 @@
</div>
{% endfor %}
<hr/>
</div>
{% endif %}
{% if state_not_equal_to_desired_state|length > 0 %}
<div class="third-margin">
<div class="row">
<div class="row third-margin">
<h1>😴 vm state != desired state 😴</h1>
</div>
{% for vm in state_not_equal_to_desired_state %}
@ -72,13 +69,11 @@
</div>
{% endfor %}
<hr/>
</div>
{% endif %}
{% if has_no_desired_ip_address|length > 0 %}
<div class="third-margin">
<div class="row">
<div class="row third-margin">
<h1>🐣 has no desired ip address 🐣</h1>
</div>
{% for vm in has_no_desired_ip_address %}
@ -87,13 +82,11 @@
</div>
{% endfor %}
<hr/>
</div>
{% endif %}
{% if has_not_aquired_ip_address_yet|length > 0 %}
<div class="third-margin">
<div class="row">
<div class="row third-margin">
<h1>🏃 hasn't aquired an ip address yet 🏃</h1>
</div>
{% for vm in has_not_aquired_ip_address_yet %}
@ -102,12 +95,10 @@
</div>
{% endfor %}
<hr/>
</div>
{% endif %}
{% if stole_someone_elses_ip_and_own_ip_avaliable|length > 0 %}
<div class="third-margin">
<div class="row">
<div class="row third-margin">
<h1>👻 stole someone elses ip and own desired ip is avaliable 👻</h1>
</div>
{% for vm in stole_someone_elses_ip_and_own_ip_avaliable %}
@ -122,12 +113,10 @@
</div>
{% endfor %}
<hr/>
</div>
{% endif %}
{% if has_wrong_ip|length > 0 %}
<div class="third-margin">
<div class="row">
<div class="row third-margin">
<h1>🥴 has wrong ip address 🥴</h1>
</div>
{% for vm in has_wrong_ip %}
@ -142,13 +131,11 @@
</div>
{% endfor %}
<hr/>
</div>
{% endif %}
{% if stole_someone_elses_ip_but_own_ip_also_stolen|length > 0 %}
<div class="third-margin">
<div class="row">
<div class="row third-margin">
<h1>💀 stole someone elses ip but own desired ip was also stolen 💀</h1>
</div>
{% for vm in stole_someone_elses_ip_but_own_ip_also_stolen %}
@ -163,7 +150,6 @@
</div>
{% endfor %}
<hr/>
</div>
{% endif %}
<div class="third-margin">