mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-26 10:28:37 -06:00
This commit is contained in:
parent
3eaaa30d8d
commit
05be988d6b
@ -15,7 +15,7 @@ class ContactIndex(SearchIndex):
|
|||||||
('description', 500),
|
('description', 500),
|
||||||
('comments', 5000),
|
('comments', 5000),
|
||||||
)
|
)
|
||||||
display_attrs = ('group', 'title', 'phone', 'email', 'description')
|
display_attrs = ('title', 'phone', 'email', 'description')
|
||||||
|
|
||||||
|
|
||||||
@register_search
|
@register_search
|
||||||
|
Loading…
Reference in New Issue
Block a user