summaryrefslogtreecommitdiffstats
path: root/modules-available/statistics/templates/id44.html
diff options
context:
space:
mode:
authorUdo Walter2017-09-28 16:54:42 +0200
committerUdo Walter2017-09-28 16:54:42 +0200
commit9c5887928eb087fbc63744142b3bfd6af68e0cea (patch)
treea96dfaee71d87f8617b75a3e307f925212e3c178 /modules-available/statistics/templates/id44.html
parent[systemstatus] bugfix (diff)
downloadslx-admin-9c5887928eb087fbc63744142b3bfd6af68e0cea.tar.gz
slx-admin-9c5887928eb087fbc63744142b3bfd6af68e0cea.tar.xz
slx-admin-9c5887928eb087fbc63744142b3bfd6af68e0cea.zip
[statistics] fixed inconsistencies
Diffstat (limited to 'modules-available/statistics/templates/id44.html')
-rw-r--r--modules-available/statistics/templates/id44.html46
1 files changed, 25 insertions, 21 deletions
diff --git a/modules-available/statistics/templates/id44.html b/modules-available/statistics/templates/id44.html
index 38cf028f..d3b1ab1c 100644
--- a/modules-available/statistics/templates/id44.html
+++ b/modules-available/statistics/templates/id44.html
@@ -6,28 +6,32 @@
<div class="panel-body">
<div class="row">
<div class="col-sm-6">
- <table class="filter-col table table-condensed table-striped" data-filter-col="hddgb">
- <tr>
- <th>{{lang_partitionSize}}</th>
- <th class="text-right">{{lang_machineCount}}</th>
- </tr>
- {{#rows}}
- <tr id="tmpid{{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}}~,~hddgb={{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>
+ <table class="stupidtable filter-col table table-condensed table-striped" data-filter-col="hddgb">
+ <thead>
+ <tr>
+ <th data-sort="int">{{lang_partitionSize}}</th>
+ <th data-sort="int" class="text-right">{{lang_machineCount}}</th>
+ </tr>
+ </thead>
+ <tbody>
+ {{#rows}}
+ <tr id="tmpid{{gb}}" class="{{class}} {{collapse}}">
+ <td data-sort-value="{{gb}}" class="text-left text-nowrap">
+ <a class="filter-val" data-filter-val="{{gb}}" href="?do=Statistics&amp;show=stat&amp;filters={{query}}~,~hddgb={{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>
- </span>
- </td>
- </tr>
+ </td>
+ </tr>
+ </tbody>
</table>
</div>
<div class="col-sm-6">