health-diskspace.html 422 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13
<dl class="health-status">
    <dt>{{name}} <span class="status-{{health.status}} pull-right" ng-bind="health.status"></span></dt>
    <dd>
        <table style="width:100%;">
            <tr>
                <td>Free</td><td>{{health.free | humanBytes}}</td>
            </tr>
            <tr>
                <td>Threshold</td><td>{{health.threshold | humanBytes}}</td>
            </tr>
        </table>
    </dd>
</dl>