* 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:
@@ -0,0 +1,22 @@
|
||||
<div class="col-lg-6" id="block_stablebit" style="display:none;">
|
||||
<div class="card" id="panel_stablebit" style="display:none;">
|
||||
<div class="card-header"><span class="lang_plugin_stablebit_001">StableBit Scanner Information</span>
|
||||
<span class="hostname_stablebit"></span>
|
||||
<div id="reload_stablebit" class="reload" title="reload"></div>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<div class="table-responsive">
|
||||
<table id="stablebit" class="table table-hover table-sm">
|
||||
<thead>
|
||||
<tr>
|
||||
<th><span class="lang_plugin_stablebit_002">Disk</span></th>
|
||||
<th class="rightCell"><span class="lang_plugin_stablebit_003">Value</span></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="stablebit-data">
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
Reference in New Issue
Block a user