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/mem_more.html

<div class="table">
    <div class="table-row">
        <div class="table-cell text-left">active:</div>
        <div class="table-cell">{{ statsMem.active | bytes }}</div>
    </div>
    <div class="table-row">
        <div class="table-cell text-left">inactive:</div>
        <div class="table-cell">{{ statsMem.inactive | bytes }}</div>
    </div>
    <div class="table-row" ng-show="statsMem.buffers != undefined">
        <div class="table-cell text-left">buffers:</div>
        <div class="table-cell">{{ statsMem.buffers | bytes }}</div>
    </div>
    <div class="table-row" ng-show="statsMem.cached != undefined">
        <div class="table-cell text-left">cached:</div>
        <div class="table-cell">{{ statsMem.cached | bytes }}</div>
    </div>
</div>

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