Skip to content

Commit 88abb69

Browse files
arthansonjeremystretch
authored andcommitted
17537 add name field to ASN Range Search
1 parent 116a423 commit 88abb69

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

netbox/ipam/search.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ class ASNIndex(SearchIndex):
2929
class ASNRangeIndex(SearchIndex):
3030
model = models.ASNRange
3131
fields = (
32+
('name', 100),
3233
('description', 500),
3334
)
3435
display_attrs = ('rir', 'tenant', 'description')

0 commit comments

Comments
 (0)