@@ -71,6 +71,8 @@
|
||||
|
||||
|
||||
<h3>{{ translater.getTranslation("irrigation zones") }}</h3>
|
||||
<button onclick="switchZoneMode(false, 'all')">{{ translater.getTranslation("switch all to")}} {{ translater.getTranslation("manual mode") }}</button>
|
||||
<button onclick="switchZoneMode(true, 'all')">{{ translater.getTranslation("switch all to")}} {{ translater.getTranslation("automatic mode") }}</button>
|
||||
<div id="zones">
|
||||
{% for zone in zoneManager.zones %}
|
||||
<div id="zone_{{ zone.number }}" class="zone">
|
||||
|
||||
Reference in New Issue
Block a user