mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fixed used column sorting
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user