mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-23 17:08:41 -06:00
* Use assigned_object instead of interface in display_attrs * Remove mac_address
This commit is contained in:
parent
edc9852229
commit
0219dd7a70
@ -105,7 +105,7 @@ class MACAddressIndex(SearchIndex):
|
||||
('mac_address', 100),
|
||||
('description', 500),
|
||||
)
|
||||
display_attrs = ('mac_address', 'interface')
|
||||
display_attrs = ('assigned_object', 'description')
|
||||
|
||||
|
||||
@register_search
|
||||
|
Loading…
Reference in New Issue
Block a user