fix lint
This commit is contained in:
parent
8a1f497265
commit
5cf618695f
|
@ -920,7 +920,7 @@ class AlertTemplate(BaseAuditModel):
|
||||||
agent_always_alert = BooleanField(null=True, blank=True, default=None)
|
agent_always_alert = BooleanField(null=True, blank=True, default=None)
|
||||||
agent_periodic_alert_days = PositiveIntegerField(blank=True, null=True, default=0)
|
agent_periodic_alert_days = PositiveIntegerField(blank=True, null=True, default=0)
|
||||||
# fmt: off
|
# fmt: off
|
||||||
agent_script_actions = BooleanField(null=True, blank=True, default=True) # should be renamed because also deals with webhooks
|
agent_script_actions = BooleanField(null=True, blank=True, default=True) # should be renamed because also deals with webhooks
|
||||||
|
|
||||||
# check alert settings
|
# check alert settings
|
||||||
check_email_alert_severity = ArrayField(
|
check_email_alert_severity = ArrayField(
|
||||||
|
|
Loading…
Reference in New Issue