mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Closes #7606: Model transmit power for interfaces
This commit is contained in:
@@ -602,7 +602,7 @@ class InterfaceCSVForm(CustomFieldModelCSVForm):
|
||||
fields = (
|
||||
'device', 'name', 'label', 'parent', 'bridge', 'lag', 'type', 'enabled', 'mark_connected', 'mac_address',
|
||||
'wwn', 'mtu', 'mgmt_only', 'description', 'mode', 'rf_role', 'rf_channel', 'rf_channel_frequency',
|
||||
'rf_channel_width',
|
||||
'rf_channel_width', 'tx_power',
|
||||
)
|
||||
|
||||
def clean_enabled(self):
|
||||
|
Reference in New Issue
Block a user