Merge pull request #576 from notFloran/web-ui-order-fs

[Web UI] Order file systems by mount point
This commit is contained in:
Nicolas Hennion
2015-05-07 14:00:23 +02:00

View File

@@ -3,7 +3,7 @@
<div class="table-cell">Used</div>
<div class="table-cell">Total</div>
</div>
<div class="table-row" ng-repeat="fs in result['fs']">
<div class="table-row" ng-repeat="fs in result['fs'] | orderBy: 'mnt_point'">
<div class="table-cell text-left">{{fs.mnt_point}} ({{fs.device_name}})</div>
<div class="table-cell" ng-class="getClass('fs', 'fs_', fs.percent, 0)">
{{fs.size - fs.free | bytes}}