mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-08-26 12:46:08 +00:00
backups: Add warning that services may become unavailable
Closes: #1500. Tests: - Form shows description. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
872e161ec2
commit
03484bd026
@ -77,7 +77,9 @@ class ScheduleForm(forms.Form):
|
|||||||
|
|
||||||
run_at_hour = forms.IntegerField(
|
run_at_hour = forms.IntegerField(
|
||||||
label=_('Hour of the day to trigger backup operation'), required=True,
|
label=_('Hour of the day to trigger backup operation'), required=True,
|
||||||
min_value=0, max_value=23, help_text=_('In 24 hour format.'))
|
min_value=0, max_value=23, help_text=_(
|
||||||
|
'In 24 hour format. Services may become temporarily unavailable '
|
||||||
|
'while running backup operation at this time of the day.'))
|
||||||
|
|
||||||
selected_apps = forms.MultipleChoiceField(
|
selected_apps = forms.MultipleChoiceField(
|
||||||
label=_('Included apps'), help_text=_('Apps to include in the backup'),
|
label=_('Included apps'), help_text=_('Apps to include in the backup'),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user