mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 16:59:50 +03:00
more pretty changes in web and wording
This commit is contained in:
@@ -143,7 +143,8 @@
|
||||
</div>
|
||||
|
||||
<h6 class="text-muted">Note: any setting marked with a <span
|
||||
class="glyphicon glyphicon-exclamation-sign text-danger"></span> requires a system restart after saving.</h6>
|
||||
class="glyphicon glyphicon-exclamation-sign text-danger"></span> requires a system restart after saving.
|
||||
</h6>
|
||||
</div>
|
||||
|
||||
<div id="custom_statuscontent">
|
||||
@@ -175,12 +176,8 @@
|
||||
</table>
|
||||
</div>
|
||||
<div class="panel panel-info table-responsive" id="boiler_show">
|
||||
<div class="panel-heading">Boiler</div>
|
||||
<div class="panel-heading"><b>Boiler</b>: <span id="bm"></span></div>
|
||||
<table class="table table-hover table-bordered table-condensed">
|
||||
<tr>
|
||||
<th>Model:</th>
|
||||
<td colspan="3" id="bm"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Hot Tap Water:</th>
|
||||
<td id="b1"></td>
|
||||
@@ -203,12 +200,8 @@
|
||||
</div>
|
||||
|
||||
<div class="panel panel-warning table-responsive" id="thermostat_show">
|
||||
<div class="panel-heading">Thermostat</div>
|
||||
<div class="panel-heading"><b>Thermostat</b>: <span id="tm"></span></div>
|
||||
<table class="table table-hover table-bordered table-condensed">
|
||||
<tr>
|
||||
<th>Model:</th>
|
||||
<td colspan="3" id="tm"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Setpoint Temperature:</th>
|
||||
<td id="ts"></td>
|
||||
|
||||
Reference in New Issue
Block a user