mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Fixes #8845: Correct default ASN formatting in table
This commit is contained in:
@@ -101,7 +101,6 @@ class RIRTable(NetBoxTable):
|
||||
|
||||
class ASNTable(NetBoxTable):
|
||||
asn = tables.Column(
|
||||
accessor=tables.A('asn_asdot'),
|
||||
linkify=True
|
||||
)
|
||||
asn_asdot = tables.Column(
|
||||
|
||||
Reference in New Issue
Block a user