Update server list
parent
5d36f35176
commit
526735bdc0
|
@ -24,8 +24,7 @@
|
||||||
<td class="nowrap visible-desktop"><div class="table-cell-title">{{ server.type }}</div></td>
|
<td class="nowrap visible-desktop"><div class="table-cell-title">{{ server.type }}</div></td>
|
||||||
<td class="nowrap hidden-phone"><div class="table-cell-title">{{ server.rtime }} s</div></td>
|
<td class="nowrap hidden-phone"><div class="table-cell-title">{{ server.rtime }} s</div></td>
|
||||||
<td class="nowrap hidden-phone"><div class="table-cell-title">{{ server.last_online }}</div></td>
|
<td class="nowrap hidden-phone"><div class="table-cell-title">{{ server.last_online }}</div></td>
|
||||||
<td class="nowrap hidden-phone"><div class="table-cell-title">{{ server.last_offline }}</div></td>
|
<td class="nowrap hidden-phone"><div class="table-cell-title">{{ server.last_offline }} {{ server.last_offline_duration }}</div></td>
|
||||||
<td class="nowrap hidden-phone"><div class="table-cell-title">{{ server.last_offline_duration }}</div></td>
|
|
||||||
<td class="tight hidden-phone">
|
<td class="tight hidden-phone">
|
||||||
<div class="table-cell-title">
|
<div class="table-cell-title">
|
||||||
<i class="{{ server.active_icon }}" title="{{ server.active_title }}"></i>
|
<i class="{{ server.active_icon }}" title="{{ server.active_title }}"></i>
|
||||||
|
|
Loading…
Reference in New Issue