fix line before shebang in script and fine-tune list page style

This commit is contained in:
2021-02-17 21:06:20 -06:00
parent fd5d23cf22
commit bf927c4f1e
3 changed files with 8 additions and 2 deletions

View File

@ -39,7 +39,7 @@
{% elif vm['state'] == 'crashed' or vm['state'] == 'blocked' or vm['state'] == 'stopped' %}
<td class="capsul-status red"></td>
{% elif vm['state'] == 'unknown' %}
<td class="capsul-status">?</td>
<td class="capsul-status-questionmark">?</td>
{% else %}
<td class="capsul-status green"></td>
{% endif %}