mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-07 08:08:15 -06:00
Add primary_ip4 and primary_ip6 to bulk import form for VDC
This commit is contained in:
parent
bdf182ffd6
commit
c265ef7c71
@ -1438,6 +1438,6 @@ class VirtualDeviceContextImportForm(NetBoxModelImportForm):
|
||||
|
||||
class Meta:
|
||||
fields = [
|
||||
'name', 'device', 'status', 'tenant', 'identifier', 'comments',
|
||||
'name', 'device', 'status', 'tenant', 'identifier', 'comments', 'primary_ip4', 'primary_ip6',
|
||||
]
|
||||
model = VirtualDeviceContext
|
||||
|
Loading…
Reference in New Issue
Block a user