|
|
@ -592,6 +592,7 @@ class globalSettingsApplicationForm(commonSettingsForm):
|
|
|
|
render_kw={"style": "width: 5em;"},
|
|
|
|
render_kw={"style": "width: 5em;"},
|
|
|
|
validators=[validators.NumberRange(min=0,
|
|
|
|
validators=[validators.NumberRange(min=0,
|
|
|
|
message="Should contain zero or more attempts")])
|
|
|
|
message="Should contain zero or more attempts")])
|
|
|
|
|
|
|
|
notification_notify_on_failure = BooleanField('Send a notification on watch failure', default=False)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class globalSettingsForm(Form):
|
|
|
|
class globalSettingsForm(Form):
|
|
|
|