Add direct paging events when checking logs for license (#2821)
This commit is contained in:
parent
3770cf5414
commit
44c2e6a1d1
1 changed files with 1 additions and 0 deletions
|
|
@ -74,6 +74,7 @@ class AlertGroupLogRecord(models.Model):
|
|||
TYPE_RESOLVED,
|
||||
TYPE_UN_RESOLVED,
|
||||
TYPE_UN_SILENCE,
|
||||
TYPE_DIRECT_PAGING,
|
||||
)
|
||||
|
||||
TYPE_CHOICES = (
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue