Additional fix for sorting by total used storage column

This commit is contained in:
Paul Gear
2015-05-18 23:48:14 +10:00
parent 44f3428fad
commit a2c8669bc0
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -5,8 +5,8 @@
<th data-column-id="hostname">Device</th>
<th data-column-id="storage_descr">Storage</th>
<th data-column-id="graph" data-sortable="false" data-searchable="false"></th>
<th data-column-id="storage_size" data-searchable="false">Usage</th>
<th data-column-id="storage_perc" data-searchable="false">Used</th>
<th data-column-id="storage_used" data-searchable="false">Used</th>
<th data-column-id="storage_perc" data-searchable="false">Usage</th>
</tr>
</thead>
</table>