We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
model_form
interface
vminterface
1 parent db1786c commit 53c890cCopy full SHA for 53c890c
netbox/dcim/forms/model_forms.py
@@ -1890,6 +1890,7 @@ class MACAddressForm(NetBoxModelForm):
1890
label=_('Interface'),
1891
queryset=Interface.objects.all(),
1892
required=False,
1893
+ selector=True,
1894
context={
1895
'parent': 'device',
1896
},
@@ -1898,6 +1899,7 @@ class MACAddressForm(NetBoxModelForm):
1898
1899
label=_('VM Interface'),
1900
queryset=VMInterface.objects.all(),
1901
1902
1903
1904
'parent': 'virtual_machine',
1905
0 commit comments