mirror of
https://github.com/nicolargo/glances.git
synced 2024-11-29 15:32:25 +03:00
Order fs by mnt_point in the web UI
This commit is contained in:
parent
1ce36026b4
commit
0959389402
@ -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}}
|
||||
|
Loading…
Reference in New Issue
Block a user