Stromverbrauch/Strompreis in Einstellungen verschoben

This commit is contained in:
Erik Thiele
2026-07-02 14:31:35 +02:00
parent 4eb2c9e71d
commit 23d4c180a6
3 changed files with 18 additions and 9 deletions

View File

@@ -78,14 +78,6 @@
<label class="form-label">Druckzeit (Minuten)</label>
<input type="number" step="1" class="form-control" data-var="druckzeit" data-type="number" value="{{ config.druckzeit }}">
</div>
<div class="mb-3">
<label class="form-label">Stromverbrauch (kW)</label>
<input type="number" step="0.01" class="form-control" data-var="stromverbrauch" data-type="number" value="{{ config.stromverbrauch }}">
</div>
<div class="mb-3">
<label class="form-label">Strompreis (EUR/kWh)</label>
<input type="number" step="0.01" class="form-control" data-var="strompreis" data-type="number" value="{{ config.strompreis }}">
</div>
</div>
</div>