Water switch is only visible id auto water is off
This commit is contained in:
@@ -28,8 +28,6 @@
|
||||
<input id="heat_switch" style="visibility: hidden;" type="submit" value="" onclick="on_switch_heat()"></input>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table class="center">
|
||||
<tr>
|
||||
<td class="table_left">Frostwächter</td>
|
||||
<td class="input">
|
||||
@@ -65,9 +63,9 @@
|
||||
<hr>
|
||||
<table class="center">
|
||||
<tr>
|
||||
<td class="table_left">Bewässerung</td>
|
||||
<td class="table_left" id="water_switch_label" style="visibility: hidden;">Bewässerung</td>
|
||||
<td class="input">
|
||||
<input id="water_switch" type="submit" value="" onclick="on_switch_water()"></input>
|
||||
<input id="water_switch" style="visibility: hidden;" type="submit" value="" onclick="on_switch_water()"></input>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
Reference in New Issue
Block a user