mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-29 11:56:25 -06:00
Use assigned_object instead of interface in display_attrs
This commit is contained in:
parent
ce365dab0a
commit
1b43e45950
@ -105,7 +105,7 @@ class MACAddressIndex(SearchIndex):
|
|||||||
('mac_address', 100),
|
('mac_address', 100),
|
||||||
('description', 500),
|
('description', 500),
|
||||||
)
|
)
|
||||||
display_attrs = ('mac_address', 'interface')
|
display_attrs = ('mac_address', 'assigned_object')
|
||||||
|
|
||||||
|
|
||||||
@register_search
|
@register_search
|
||||||
|
Loading…
Reference in New Issue
Block a user