notifications: server reboot email

This commit is contained in:
Girish Ramakrishnan
2025-01-19 10:34:12 +01:00
parent 5fdc3eca7e
commit 0280059c13
7 changed files with 80 additions and 20 deletions

View File

@@ -32,6 +32,11 @@
<input type="checkbox" ng-model="settings.config.certificateRenewalFailed"> {{ 'notifications.settings.certificateRenewalFailed' | tr }}
</label>
</div>
<div class="checkbox">
<label>
<input type="checkbox" ng-model="settings.config.reboot"> {{ 'notifications.settings.rebootRequired' | tr }}
</label>
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">{{ 'main.dialog.cancel' | tr }}</button>