Skip to content

Commit 76df55d

Browse files
committed
Fixes #6740: Add import button to VM interfaces list
1 parent 49a949a commit 76df55d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

docs/release-notes/version-2.11.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# NetBox v2.11
22

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+
311
## v2.11.10 (2021-07-28)
412

513
### Enhancements

netbox/virtualization/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ class VMInterfaceListView(generic.ObjectListView):
414414
filterset = filtersets.VMInterfaceFilterSet
415415
filterset_form = forms.VMInterfaceFilterForm
416416
table = tables.VMInterfaceTable
417-
action_buttons = ('export',)
417+
action_buttons = ('import', 'export')
418418

419419

420420
class VMInterfaceView(generic.ObjectView):

0 commit comments

Comments
 (0)