Skip to content

Commit 57bf2a2

Browse files
abhi1693jeremystretch
authored andcommitted
fix asn view under asn range #14195
1 parent e5c38e0 commit 57bf2a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netbox/ipam/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ class ASNRangeASNsView(generic.ObjectChildrenView):
220220
tab = ViewTab(
221221
label=_('ASNs'),
222222
badge=lambda x: x.get_child_asns().count(),
223-
permission='ipam.view_asns',
223+
permission='ipam.view_asn',
224224
weight=500
225225
)
226226

0 commit comments

Comments
 (0)