first Values updated by websockets!

This commit is contained in:
2023-12-25 02:05:22 +01:00
parent 9c2e039bf8
commit eaf2ad4933
3 changed files with 216 additions and 68 deletions

View File

@@ -72,7 +72,7 @@
<hr />
<p>
<h4>aktueller Modus</h4>
<input class="form-control" type="text" placeholder="%SYSTEM_STATUS%" readonly>
<input class="form-control" type="text" id="SystemStatus" readonly>
</p>
<!-- Div Group current Mode -->
<!-- Div Group DTC Table -->
@@ -130,10 +130,10 @@
<h4>Entl&uuml;ftung</h4>
<form action="post.htm" method="POST" class="form-horizontal">
<div class="form-group row">
<label for="purgepulse" class="control-label col-4">Entl&uuml;ftung Dosierung</label>
<label for="BleedingPulses" class="control-label col-4">Entl&uuml;ftung Dosierung</label>
<div class="col-8">
<div class="input-group">
<input id="purgepulse" name="purgepulse" value="%BLEEDING_PULSES%" type="text" class="form-control">
<input id="BleedingPulses" name="BleedingPulses" value="0" type="text" class="form-control">
<div class="input-group-append">
<span class="input-group-text">Pulse</span>
</div>