Add sub-text for 'Send Updates only' Button

This Patch adds an sub-text on the 'Send Updates only' button in the
Settings Menu.

Signed-off-by: Emanuel Bennici <benniciemanuel78@gmail.com>
pull/308/head
Emanuel Bennici 2019-11-28 22:26:49 +01:00
parent 8169b30f3f
commit b75ae61de2
No known key found for this signature in database
GPG Key ID: 17FA2D56BAD01661
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@
<span class="switch">
<input type="checkbox" name="update_notify-option" class="switch" id="switch-update_notify"{{if UPDATENOTIFY}} checked{{end}}>
<label for="switch-update_notify" class="mt-2 mt-sm-0"></label>
<small class="form-text text-muted">Enabling this will send only Messages when the status of a services changes.</small>
</span>
<input type="hidden" name="update_notify" id="switch-update_notify-value" value="{{if UPDATENOTIFY}}true{{else}}false{{end}}">