summaryrefslogtreecommitdiffstats
path: root/modules-available/dnbd3/templates/page-proxy-images.html
diff options
context:
space:
mode:
authorSimon Rettberg2019-02-21 21:47:38 +0100
committerSimon Rettberg2019-02-21 21:47:38 +0100
commitd5d84d8a78e3cb2a20a0aa496e5f2911167cd11f (patch)
tree92a3fff18a9bec837a05db182b0294c8dbf19abc /modules-available/dnbd3/templates/page-proxy-images.html
parent[statistics] Improve display of non-client runmode machines (diff)
downloadslx-admin-d5d84d8a78e3cb2a20a0aa496e5f2911167cd11f.tar.gz
slx-admin-d5d84d8a78e3cb2a20a0aa496e5f2911167cd11f.tar.xz
slx-admin-d5d84d8a78e3cb2a20a0aa496e5f2911167cd11f.zip
[dnbd3] Show image idle time in proxy details
Diffstat (limited to 'modules-available/dnbd3/templates/page-proxy-images.html')
-rw-r--r--modules-available/dnbd3/templates/page-proxy-images.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/modules-available/dnbd3/templates/page-proxy-images.html b/modules-available/dnbd3/templates/page-proxy-images.html
index 7e30de20..ff420ffd 100644
--- a/modules-available/dnbd3/templates/page-proxy-images.html
+++ b/modules-available/dnbd3/templates/page-proxy-images.html
@@ -6,6 +6,7 @@
<th class="text-right slx-smallcol">{{lang_clients}}</th>
<th class="text-right slx-smallcol">{{lang_size}}</th>
<th class="text-right slx-smallcol">{{lang_complete}}</th>
+ <th class="text-right slx-smallcol">{{lang_unusedFor}}</th>
<th class="slx-smallcol">{{lang_uplink}}</th>
</tr>
{{#images}}
@@ -22,10 +23,13 @@
<td class="text-right text-nowrap">
{{complete}}&thinsp;%
</td>
+ <td class="text-right text-nowrap">
+ {{idle_s}}
+ </td>
<td class="text-nowrap">
{{uplinkServer}}
</td>
</tr>
{{/images}}
</table>
-</div> \ No newline at end of file
+</div>