mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-24 09:28:38 -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):
|
class ASNRangeIndex(SearchIndex):
|
||||||
model = models.ASNRange
|
model = models.ASNRange
|
||||||
fields = (
|
fields = (
|
||||||
|
('name', 100),
|
||||||
('description', 500),
|
('description', 500),
|
||||||
)
|
)
|
||||||
display_attrs = ('rir', 'tenant', 'description')
|
display_attrs = ('rir', 'tenant', 'description')
|
||||||
|
Loading…
Reference in New Issue
Block a user