mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-22 20:12:00 -06:00
17537 add name field to ASN Range Search
This commit is contained in:
parent
116a423d8f
commit
88abb6902d
@ -29,6 +29,7 @@ class ASNIndex(SearchIndex):
|
||||
class ASNRangeIndex(SearchIndex):
|
||||
model = models.ASNRange
|
||||
fields = (
|
||||
('name', 100),
|
||||
('description', 500),
|
||||
)
|
||||
display_attrs = ('rir', 'tenant', 'description')
|
||||
|
Loading…
Reference in New Issue
Block a user