* 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,61 +1,23 @@
<div class="col-lg-6" id="block_bat" style="display:none">
<div class="panel panel-primary">
<div class="panel-heading">Battery Status</div>
<div class="panel-body">
<table id="bat" class="table table-hover table-condensed">
<thead>
<tr>
<th>Items</th>
<th>Values</th>
<th></th>
</tr>
</thead>
<tr id="bat_DesignCapacity" style="display:none">
<th>Design capacity</th>
<td><span data-bind="DesignCapacity"></span></td>
<td></td>
</tr>
<tr id="bat_RemainingCapacity" style="display:none">
<th>Remaining capacity</th>
<td><span data-bind="RemainingCapacity"></span></td>
<td><span data-bind="RemainingCapacityBar"></span></td>
</tr>
<tr id="bat_ChargingState" style="display:none">
<th>Charging state</th>
<td><span data-bind="ChargingState"></span></td>
<td></td>
</tr>
<tr id="bat_DesignVoltage" style="display:none">
<th>Design voltage</th>
<td><span data-bind="DesignVoltage"></span></td>
<td><span data-bind="DesignVoltageMax"></span></td>
</tr>
<tr id="bat_PresentVoltage" style="display:none">
<th>Present voltage</th>
<td><span data-bind="PresentVoltage"></span></td>
<td></td>
</tr>
<tr id="bat_BatteryType" style="display:none">
<th>Battery Type</th>
<td><span data-bind="BatteryType"></span></td>
<td></td>
</tr>
<tr id="bat_BatteryTemperature" style="display:none">
<th>Battery Temperature</th>
<td><span data-bind="BatteryTemperature"></span></td>
<td></td>
</tr>
<tr id="bat_BatteryCondition" style="display:none">
<th>Battery Condition</th>
<td><span data-bind="BatteryCondition"></span></td>
<td></td>
</tr>
<tr id="bat_CycleCount" style="display:none">
<th>Cycle Count</th>
<td><span data-bind="CycleCount"></span></td>
<td></td>
</tr>
</table>
<div class="col-lg-6" id="block_bat" style="display:none;">
<div class="card" id="panel_bat" style="display:none;">
<div class="card-header"><span class="lang_plugin_bat_001">Battery Status</span>
<span class="hostname_bat"></span>
<div id="reload_bat" class="reload" title="reload"></div>
</div>
<div class="card-body">
<div class="table-responsive">
<table id="bat" class="table table-hover table-sm">
<thead>
<tr>
<th><span class="lang_plugin_bat_006">Battery</span></th>
<th><span class="lang_plugin_bat_007">Value</span></th>
<th></th>
</tr>
</thead>
<tbody id="bat-data">
</tbody>
</table>
</div>
</div>
</div>
</div>