Sindbad~EG File Manager

Current Path : /lib/python2.7/site-packages/glances/outputs/static/html/plugins/
Upload File :
Current File : //lib/python2.7/site-packages/glances/outputs/static/html/plugins/fs.html

<div class="table-row">
    <div class="table-cell text-left title">FILE SYS</div>
    <div class="table-cell">
        <span ng-show="!show.filesystem_free_space">Used</span>
        <span ng-show="show.filesystem_free_space">Free</span>
    </div>
    <div class="table-cell">Total</div>
</div>
<div class="table-row" ng-repeat="fs in statsFs.fileSystems | orderBy:  'mnt_point'">
    <div class="table-cell text-left">{{ fs.mountPoint }} ({{ fs.name }})</div>
    <div class="table-cell" ng-class="statsFs.getDecoration(fs.mountPoint, 'used')">
        <span ng-show="!show.filesystem_free_space">{{ fs.used | bytes }}</span>
        <span ng-show="show.filesystem_free_space">{{ fs.free | bytes }}</span>
    </div>
    <div class="table-cell">{{ fs.size | bytes }}</div>
</div>

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists