mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Include WirelessLAN attached interfaces
This commit is contained in:
@@ -145,7 +145,7 @@ class WirelessLink(PrimaryModel):
|
||||
|
||||
objects = RestrictedQuerySet.as_manager()
|
||||
|
||||
clone_fields = ('ssid', 'group', 'status')
|
||||
clone_fields = ('ssid', 'status')
|
||||
|
||||
class Meta:
|
||||
ordering = ['pk']
|
||||
|
Reference in New Issue
Block a user