mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-24 17:38:37 -06:00
Fixes #6144: Fix MAC address field display in VM interfaces search form
This commit is contained in:
parent
9cbe3ff551
commit
d54bf5f75e
@ -1,5 +1,13 @@
|
|||||||
# NetBox v2.10
|
# NetBox v2.10
|
||||||
|
|
||||||
|
## v2.10.10 (FUTURE)
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* [#6144](https://github.com/netbox-community/netbox/issues/6144) - Fix MAC address field display in VM interfaces search form
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## v2.10.9 (2021-04-12)
|
## v2.10.9 (2021-04-12)
|
||||||
|
|
||||||
### Enhancements
|
### Enhancements
|
||||||
|
@ -765,7 +765,7 @@ class VMInterfaceBulkRenameForm(BulkRenameForm):
|
|||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
class VMInterfaceFilterForm(forms.Form):
|
class VMInterfaceFilterForm(BootstrapMixin, forms.Form):
|
||||||
model = VMInterface
|
model = VMInterface
|
||||||
cluster_id = DynamicModelMultipleChoiceField(
|
cluster_id = DynamicModelMultipleChoiceField(
|
||||||
queryset=Cluster.objects.all(),
|
queryset=Cluster.objects.all(),
|
||||||
|
Loading…
Reference in New Issue
Block a user