summaryrefslogtreecommitdiffstats
path: root/modules-available/dnbd3/templates/page-proxy-images.html
diff options
context:
space:
mode:
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>