summaryrefslogtreecommitdiffstats
path: root/modules-available/statistics/templates/memory.html
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/statistics/templates/memory.html')
-rw-r--r--modules-available/statistics/templates/memory.html11
1 files changed, 10 insertions, 1 deletions
diff --git a/modules-available/statistics/templates/memory.html b/modules-available/statistics/templates/memory.html
index ae040674..f17f55ca 100644
--- a/modules-available/statistics/templates/memory.html
+++ b/modules-available/statistics/templates/memory.html
@@ -12,13 +12,22 @@
<th class="text-right">{{lang_machineCount}}</th>
</tr>
{{#rows}}
- <tr id="ramid{{gb}}" class="{{class}}">
+ <tr id="ramid{{gb}}" class="{{class}} {{collapse}}">
<td class="text-left text-nowrap">
<a class="filter-val" data-filter-val="{{gb}}" href="?do=Statistics&amp;show=stat&amp;filters={{query}}~,~gbram={{gb}}">{{gb}}&thinsp;GiB</a>
</td>
<td class="text-right">{{count}}</td>
</tr>
{{/rows}}
+ <tr class="slx-decollapse">
+ <td colspan="2">
+ <span class="btn-group btn-group-justified">
+ <span class="btn btn-default btn-sm">
+ <span class="glyphicon glyphicon-menu-down"></span>
+ </span>
+ </span>
+ </td>
+ </tr>
</table>
</div>
<div class="col-sm-6">