Fixed used column sorting

This commit is contained in:
laf
2015-05-18 12:04:44 +01:00
parent 1d4ae186ab
commit ec833e88cd
2 changed files with 5 additions and 5 deletions

View File

@@ -6,7 +6,7 @@
<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_used" data-searchable="false">Used</th>
<th data-column-id="storage_perc" data-searchable="false">Used</th>
</tr>
</thead>
</table>
@@ -35,4 +35,4 @@
templates: {
}
});
</script>
</script>