* 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:
2025-05-14 16:14:01 +01:00
parent 80b1da5fa5
commit c8ce77259d
952 changed files with 51341 additions and 28699 deletions

View File

@@ -1,9 +1,23 @@
<div class="col-lg-6" id="block_snmppinfo" style="display:none">
<div class="panel panel-primary">
<div class="panel-heading">Printer Information</div>
<div class="panel-body">
<table id="snmppinfo" class="table table-hover table-condensed">
</table>
<div class="col-lg-6" id="block_snmppinfo" style="display:none;">
<div class="card" id="panel_snmppinfo" style="display:none;">
<div class="card-header"><span class="lang_plugin_snmppinfo_001">Printer Information</span>
<span class="hostname_snmppinfo"></span>
<div id="reload_snmppinfo" class="reload" title="reload"></div>
</div>
<div class="card-body">
<div class="table-responsive">
<table id="snmppinfo" class="table table-hover table-sm">
<thead>
<tr>
<th><span class="lang_plugin_snmppinfo_002">Printer</span></th>
<th><span class="lang_plugin_snmppinfo_003">Percent</span></th>
<th class="rightCell"><span class="lang_plugin_snmppinfo_004">Units</span></th>
</tr>
</thead>
<tbody id="snmppinfo-data">
</tbody>
</table>
</div>
</div>
</div>
</div>