mirror of
https://github.com/netbox-community/netbox.git
synced 2026-01-18 17:52:21 -06:00
14201 allow searching for ASN with prefix AS
This commit is contained in:
committed by
Jeremy Stretch
parent
44c7786cd9
commit
8e6a15a25e
@@ -19,6 +19,7 @@ class ASNIndex(SearchIndex):
|
||||
model = models.ASN
|
||||
fields = (
|
||||
('asn', 100),
|
||||
('prefixed_name', 110),
|
||||
('description', 500),
|
||||
)
|
||||
display_attrs = ('rir', 'tenant', 'description')
|
||||
|
||||
Reference in New Issue
Block a user