- Adding SM2 panel [SME: 13004] - Upgrade to phpsysinfo 3.4.4 - Add code to delete inline styles and add css to make it look better. - version saved / built uses the static version, which means no drops downs and choices.
41 lines
2.7 KiB
HTML
41 lines
2.7 KiB
HTML
<div class="col-lg-12" id="block_quotas" style="display:none;">
|
|
<div class="card" id="panel_quotas" style="display:none;">
|
|
<div class="card-header"><span class="lang_plugin_quotas_001">Quota Status</span>
|
|
<span class="hostname_quotas"></span>
|
|
<div id="reload_quotas" class="reload" title="reload"></div>
|
|
</div>
|
|
<div class="card-body">
|
|
<div class="table-responsive">
|
|
<table id="quotas" class="table table-hover table-sm sortable">
|
|
<thead>
|
|
<tr>
|
|
<th id="quotas_User"><span class="lang_plugin_quotas_002">User</span></th>
|
|
<th class="rightCell sorttable_numeric"><span class="lang_plugin_quotas_003">Bytes Used</span></th>
|
|
<th class="rightCell sorttable_numeric"><span class="lang_plugin_quotas_004">Bytes Soft</span></th>
|
|
<th class="rightCell sorttable_numeric"><span class="lang_plugin_quotas_005">Bytes Hard</span></th>
|
|
<th class="rightCell sorttable_numeric"><span class="lang_plugin_quotas_006">Bytes Used Percent</span></th>
|
|
<th class="rightCell sorttable_numeric"><span class="lang_plugin_quotas_007">Files Used</span></th>
|
|
<th class="rightCell sorttable_numeric"><span class="lang_plugin_quotas_008">Files Soft</span></th>
|
|
<th class="rightCell sorttable_numeric"><span class="lang_plugin_quotas_009">Files Hard</span></th>
|
|
<th class="rightCell sorttable_numeric"><span class="lang_plugin_quotas_010">Files Used Percent</span></th>
|
|
</tr>
|
|
</thead>
|
|
<tbody id="quotas-data">
|
|
<tr>
|
|
<th><span data-bind="User"></span></th>
|
|
<td class="rightCell"><span data-bind="ByteUsed"></span></td>
|
|
<td class="rightCell"><span data-bind="ByteSoft"></span></td>
|
|
<td class="rightCell"><span data-bind="ByteHard"></span></td>
|
|
<td class="rightCell"><span data-bind="BytePercentUsed"></span></td>
|
|
<td class="rightCell"><span data-bind="FileUsed"></span></td>
|
|
<td class="rightCell"><span data-bind="FileSoft"></span></td>
|
|
<td class="rightCell"><span data-bind="FileHard"></span></td>
|
|
<td class="rightCell"><span data-bind="FilePercentUsed"></span></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|