Improved servers table layout

Fixes #779.

Co-Authored-By: James <jigr1969@users.noreply.github.com>
This commit is contained in:
TimZ99 2020-01-15 23:15:30 +01:00
parent 0550ff7dcf
commit 676e80d42f
No known key found for this signature in database
GPG Key ID: 4D8268DC68E8339D
1 changed files with 11 additions and 11 deletions

View File

@ -5,17 +5,17 @@
<thead>
<tr>
<!--class="d-none d-lg-table-cell"-->
<th scope="col">{{ label_label }}</th>
<th scope="col">{{ label_domain }}</th>
<th scope="col">{{ label_port }}</th>
<th scope="col">{{ label_type }}</th>
<th scope="col">{{ label_rtime }}</th>
<th scope="col">{{ label_last_online }}</th>
<th scope="col">{{ label_last_offline }}</th>
<th scope="col">{{ label_monitoring }}</th>
{% if user_level == 10 %}
<th scope="col">&#32</th>
{% endif %}
<th scope="col">{{ label_label }}</th>
<th scope="col">{{ label_domain }}</th>
<th scope="col" style="width: 5%;">{{ label_port }}</th>
<th scope="col" style="width: 8%;">{{ label_type }}</th>
<th scope="col" style="width: 8%;">{{ label_rtime }}</th>
<th scope="col" style="width: 10%;">{{ label_last_online }}</th>
<th scope="col" style="width: 10%;">{{ label_last_offline }}</th>
<th scope="col" style="width: 10%;">{{ label_monitoring }}</th>
{% if user_level == 10 %}
<th scope="col" style="width: 5%;">&#32</th>
{% endif %}
</tr>
<tr class="warning no-result">
<td colspan="9"><i class="fas fa-exclamation-triangle"></i> No result</td>