summaryrefslogtreecommitdiffstats
path: root/modules-available/dnbd3/templates/page-serverlist.html
diff options
context:
space:
mode:
authorSimon Rettberg2017-10-26 16:58:14 +0200
committerSimon Rettberg2017-10-26 16:58:14 +0200
commit017fb7924f3551004607aa74dbc0b3431d6c01a1 (patch)
treecb6b1e90f5a13b7b2f9b1567a1bc472ae5a0aa10 /modules-available/dnbd3/templates/page-serverlist.html
parent[dnbd3] Implement settings dialog for automatic proxies (diff)
downloadslx-admin-017fb7924f3551004607aa74dbc0b3431d6c01a1.tar.gz
slx-admin-017fb7924f3551004607aa74dbc0b3431d6c01a1.tar.xz
slx-admin-017fb7924f3551004607aa74dbc0b3431d6c01a1.zip
[dnbd3] Improve server sorting, main-warning, errormsg, Taskmanager intergration
Diffstat (limited to 'modules-available/dnbd3/templates/page-serverlist.html')
-rw-r--r--modules-available/dnbd3/templates/page-serverlist.html10
1 files changed, 6 insertions, 4 deletions
diff --git a/modules-available/dnbd3/templates/page-serverlist.html b/modules-available/dnbd3/templates/page-serverlist.html
index 2280511b..2d2ef803 100644
--- a/modules-available/dnbd3/templates/page-serverlist.html
+++ b/modules-available/dnbd3/templates/page-serverlist.html
@@ -43,7 +43,6 @@
<thead>
<tr>
<th></th>
- <th></th>
<th>{{lang_proxyServerTHead}}</th>
<th class="text-right">{{lang_storageSize}}</th>
<th class="text-right">{{lang_clientCount}}</th>
@@ -59,15 +58,13 @@
<tbody>
{{#list}}
<tr>
- <td>
+ <td class="text-right">
{{#slxOk}}
<span class="glyphicon glyphicon-ok text-success"></span>
{{/slxOk}}
{{#slxDown}}
<span class="glyphicon glyphicon-off"></span>
{{/slxDown}}
- </td>
- <td>
{{#uptime}}
<span class="glyphicon glyphicon-ok text-success"></span>
{{/uptime}}
@@ -88,6 +85,11 @@
title="{{lang_diskFree}}: {{diskfree_s}}">
{{disktotal_s}}
</div>
+ {{#errormsg}}
+ <div class="small text-nowrap text-danger" style="margin-right:-500px">
+ {{errormsg}}
+ </div>
+ {{/errormsg}}
</td>
<td data-sort="int" data-sort-default="desc" class="text-right">
{{#uptime}}