Fixes: #18192 - Use assigned_object instead of interface in display_attrs (#18199)

* Use assigned_object instead of interface in display_attrs

* Remove mac_address
This commit is contained in:
bctiemann 2024-12-11 08:26:48 -05:00 committed by GitHub
parent edc9852229
commit 0219dd7a70
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -105,7 +105,7 @@ class MACAddressIndex(SearchIndex):
('mac_address', 100),
('description', 500),
)
display_attrs = ('mac_address', 'interface')
display_attrs = ('assigned_object', 'description')
@register_search