mirror of
https://github.com/netbox-community/netbox.git
synced 2026-01-23 12:08:43 -06:00
@@ -9,3 +9,12 @@ class JournalEntryIndex(SearchIndex):
|
||||
('comments', 5000),
|
||||
)
|
||||
category = 'Journal'
|
||||
|
||||
|
||||
@register_search
|
||||
class WebhookEntryIndex(SearchIndex):
|
||||
model = models.Webhook
|
||||
fields = (
|
||||
('name', 100),
|
||||
('description', 500),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user