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

Fixes #6105: Hide checkboxes for VMs under cluster VMs view

This commit is contained in:
jeremystretch
2021-04-07 16:26:16 -04:00
parent 59e185b781
commit 38b09dc610
2 changed files with 1 additions and 2 deletions

View File

@@ -6,6 +6,7 @@
* [#6100](https://github.com/netbox-community/netbox/issues/6100) - Fix VM interfaces table "add interfaces" link
* [#6104](https://github.com/netbox-community/netbox/issues/6104) - Fix location column on racks table
* [#6105](https://github.com/netbox-community/netbox/issues/6105) - Hide checkboxes for VMs under cluster VMs view
---