* Mon May 12 2025 Brian Read <brianr@koozali.org> 11.0.0-1.sme
- 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.
This commit is contained in:
26
root/opt/phpsysinfo/plugins/diskload/diskload_bootstrap.html
Normal file
26
root/opt/phpsysinfo/plugins/diskload/diskload_bootstrap.html
Normal file
@@ -0,0 +1,26 @@
|
||||
<div class="col-lg-6" id="block_diskload" style="display:none;">
|
||||
<div class="card" id="panel_diskload" style="display:none;">
|
||||
<div class="card-header"><span class="lang_plugin_diskload_001">Disk Load Information</span>
|
||||
<span class="hostname_diskload"></span>
|
||||
<div id="reload_diskload" class="reload" title="reload"></div>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<div class="table-responsive">
|
||||
<table id="diskload" class="table table-hover table-sm">
|
||||
<thead>
|
||||
<tr>
|
||||
<th id="diskload_Name"><span class="lang_plugin_diskload_002">Disk</span></th>
|
||||
<th class="rightCell"><span class="lang_plugin_diskload_003">Load</span></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="diskload-data">
|
||||
<tr>
|
||||
<th><span data-bind="Name"></span></th>
|
||||
<td><span data-bind="Load"></span></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
Reference in New Issue
Block a user