Fix pushover_status checkbox population from current config (#777)

This commit is contained in:
Jonne Haß 2019-09-25 21:35:52 +02:00 committed by Tim
parent fa536c312c
commit d62df0b34e
2 changed files with 4 additions and 3 deletions

View File

@ -5,12 +5,13 @@ Changelog
Not yet released
----------------
* #777: Fix pushover_status checkbox population from config.
v3.4.2 (released September 24, 2019)
--------------------------------
* 1b0d86b: Fixed wrong upgrade query and added forgotten version_compare.
v3.4.1 (released September 17, 2019)
--------------------------------

View File

@ -130,7 +130,7 @@
<fieldset>
<legend>{{ label_settings_pushover }}</legend>
<!-- enable pushover -->
{{ macro.input_checkbox("pushover_status", "pushover_status", label_pushover_status, log_pushover_status) }}
{{ macro.input_checkbox("pushover_status", "pushover_status", label_pushover_status, pushover_status_checked) }}
<!-- enable pushover log -->
{{ macro.input_checkbox("log_pushover", "log_pushover", label_log_pushover, log_pushover_checked) }}
<!-- pushover key -->
@ -156,4 +156,4 @@
</div>
</div>
{{ macro.input_csrf() }}
</form>
</form>