Fixes #15790: Fix live preview support for EventRule comments

This commit is contained in:
Jeremy Stretch 2024-04-19 16:10:06 -04:00
parent 94c31622ac
commit c9de3128ca
1 changed files with 1 additions and 0 deletions

View File

@ -265,6 +265,7 @@ class EventRuleForm(NetBoxModelForm):
required=False,
help_text=_('Enter parameters to pass to the action in <a href="https://json.org/">JSON</a> format.')
)
comments = CommentField()
fieldsets = (
(_('Event Rule'), ('name', 'description', 'content_types', 'enabled', 'tags')),