This commit is contained in:
Mateusz Gruszczyński
2026-09-04 12:47:07 +02:00
parent 028abbe32f
commit 4a0aae77c3
3 changed files with 31 additions and 28 deletions
+6 -3
View File
@@ -114,7 +114,7 @@
<section class="panel dashboard-section-panel dashboard-thermostat-section">
<div class="dashboard-section-head compact-head">
<div><span class="eyebrow" data-i18n="nav.zones">Zones</span>
<h2 data-i18n="dashboard.quickThermostats">Thermostats</h2>
<h2 data-i18n="dashboard.thermostats">Thermostats</h2>
</div>
<div class="dashboard-section-actions"><button type="button" class="secondary queue-overview-button"
data-action="open-compressor-queue"><span data-i18n="zones.queueOverview">Queue</span><b
@@ -874,7 +874,9 @@
data-i18n-title="flow.zoomOut" title="Zoom out"></button><span id="flowZoomLabel"
aria-live="polite">100%</span><button type="button" class="secondary icon-button"
data-action="flow-zoom-in" data-i18n-title="flow.zoomIn" title="Zoom in"></button><button type="button"
class="secondary flow-fit-button" data-action="flow-fit" data-i18n="flow.fitView" data-i18n-title="flow.fitView" title="Fit">Fit</button></div>
class="secondary flow-fit-button" data-action="flow-fit" data-i18n="flow.fitView"
data-i18n-title="flow.fitView" title="Fit">Fit</button>
</div>
</div>
<div id="flowWorkspace" class="flow-workspace" tabindex="0">
<div id="flowCanvas" class="flow-canvas"><svg id="flowEdges" class="flow-edges" aria-hidden="true"></svg>
@@ -1240,7 +1242,8 @@
name="revision" value="">
<label class="check"><input type="checkbox" name="enabled" checked> <span
data-i18n="common.enabled">Enabled</span></label>
<p class="field-note" data-i18n="zones.enabledAutomationDescription">Disabling the zone stops automation. Manual thermostat, temporary thermostat and direct manual control remain available.</p>
<p class="field-note" data-i18n="zones.enabledAutomationDescription">Disabling the zone stops automation. Manual
thermostat, temporary thermostat and direct manual control remain available.</p>
<div class="form-actions"><button type="button" class="secondary" data-close
data-i18n="actions.cancel">Cancel</button><button class="primary" type="submit"
data-i18n="actions.save">Save</button></div>