1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Tests pass now

This commit is contained in:
Nick Peelman
2016-07-01 14:40:29 -04:00
parent 0ce92cb2ee
commit 9da4c28cd5
2 changed files with 3 additions and 2 deletions

View File

@@ -1252,6 +1252,7 @@ def interface_add(request, pk):
'device': device.pk,
'name': name,
'form_factor': form.cleaned_data['form_factor'],
'mac_address': form.cleaned_data['mac_address'],
'mgmt_only': form.cleaned_data['mgmt_only'],
'description': form.cleaned_data['description'],
})