Fix the table layout

This commit is contained in:
Federico Vera 2019-06-05 20:46:20 -03:00
parent 66996f0c73
commit 4f12703a4a
No known key found for this signature in database
GPG Key ID: E69ECE2FCCDE9566
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
<thead>
<tr>
<!--class="d-none d-lg-table-cell"-->
<th scope="col" class="full">{{ label_label }}</th>
<th scope="col" class="">{{ label_label }}</th>
<th scope="col">{{ label_domain }}</th>
<th scope="col">{{ label_port }}</th>
<th scope="col">{{ label_type }}</th>
@ -24,7 +24,7 @@
<tbody>
{% for server in servers %}
<tr>
<th scope="row" class="full">
<th scope="row" class="">
{% if server.status|lower == 'on' %}
<i class="fas fa-check-circle" title="{{ server.status }}"></i>&nbsp;
{% elseif server.status|lower == 'warning' %}