Added cleaning frequency display to index.html
This commit is contained in:
@@ -19,6 +19,8 @@
|
|||||||
<input type="date" name="lastClean" value= {{ plant.lastClean }}>
|
<input type="date" name="lastClean" value= {{ plant.lastClean }}>
|
||||||
<br>
|
<br>
|
||||||
Next Clean Date: {{ plant.nextClean }}
|
Next Clean Date: {{ plant.nextClean }}
|
||||||
|
<br>
|
||||||
|
Cleaning Frequency: {{ plant.cleanFreq }} days
|
||||||
<h1>Alerts</h1>
|
<h1>Alerts</h1>
|
||||||
<input type="checkbox" id="alert_text" name="AlertText" value={{ alerts.text }} {{ "checked" if alerts.text else "" }}>
|
<input type="checkbox" id="alert_text" name="AlertText" value={{ alerts.text }} {{ "checked" if alerts.text else "" }}>
|
||||||
<label for="alert_text">Text Message</label>
|
<label for="alert_text">Text Message</label>
|
||||||
|
|||||||
Reference in New Issue
Block a user