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.
1 parent 49a949a commit 76df55dCopy full SHA for 76df55d
docs/release-notes/version-2.11.md
@@ -1,5 +1,13 @@
1
# NetBox v2.11
2
3
+## v2.11.11 (FUTURE)
4
+
5
+### Bug Fixes
6
7
+* [#6740](https://github.com/netbox-community/netbox/issues/6740) - Add import button to VM interfaces list
8
9
+---
10
11
## v2.11.10 (2021-07-28)
12
13
### Enhancements
netbox/virtualization/views.py
@@ -414,7 +414,7 @@ class VMInterfaceListView(generic.ObjectListView):
414
filterset = filtersets.VMInterfaceFilterSet
415
filterset_form = forms.VMInterfaceFilterForm
416
table = tables.VMInterfaceTable
417
- action_buttons = ('export',)
+ action_buttons = ('import', 'export')
418
419
420
class VMInterfaceView(generic.ObjectView):
0 commit comments