Improved servers table layout
Fixes #779. Co-Authored-By: James <jigr1969@users.noreply.github.com>pull/812/merge
parent
0550ff7dcf
commit
676e80d42f
|
@ -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"> </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%;"> </th>
|
||||
{% endif %}
|
||||
</tr>
|
||||
<tr class="warning no-result">
|
||||
<td colspan="9"><i class="fas fa-exclamation-triangle"></i> No result</td>
|
||||
|
|
Loading…
Reference in New Issue