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

Closes #4129: Add individual deletion views for device type components

This commit is contained in:
Jeremy Stretch
2020-02-10 11:43:51 -05:00
parent ebef48e472
commit a966a4c8ac
5 changed files with 85 additions and 9 deletions

View File

@@ -6,6 +6,7 @@
* [#4100](https://github.com/netbox-community/netbox/issues/4100) - Add device filter to component list views
* [#4113](https://github.com/netbox-community/netbox/issues/4113) - Add bulk edit functionality for device type components
* [#4116](https://github.com/netbox-community/netbox/issues/4116) - Enable bulk edit and delete functions for device component list views
* [#4129](https://github.com/netbox-community/netbox/issues/4129) - Add buttons to delete individual device type components
## Bug Fixes
@@ -16,6 +17,8 @@
* [#4099](https://github.com/netbox-community/netbox/issues/4099) - Linkify interfaces on global interfaces list
* [#4108](https://github.com/netbox-community/netbox/issues/4108) - Avoid extraneous database queries when rendering search forms
---
# v2.7.4 (2020-02-04)
## Enhancements