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

Fixes #4938: Show add, import buttons on virtual chassis list view

This commit is contained in:
Jeremy Stretch
2020-08-03 12:52:00 -04:00
parent 7b45d06631
commit af98e349e9
2 changed files with 1 additions and 1 deletions

View File

@ -14,6 +14,7 @@
* [#4921](https://github.com/netbox-community/netbox/issues/4921) - Render non-viewable devices as unavailable space in rack elevations
* [#4930](https://github.com/netbox-community/netbox/issues/4930) - Replicate label values when instantiating device type components
* [#4931](https://github.com/netbox-community/netbox/issues/4931) - Fix DoesNotExist exception when deleting devices
* [#4938](https://github.com/netbox-community/netbox/issues/4938) - Show add, import buttons on virtual chassis list view
---