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

Closes #4324: Add CSV import view for services

This commit is contained in:
Jeremy Stretch
2020-03-06 16:33:43 -05:00
parent 2a5bf2a222
commit 9fa5004a35
7 changed files with 53 additions and 4 deletions

View File

@@ -3,6 +3,7 @@
## Enhancements
* [#4323](https://github.com/netbox-community/netbox/issues/4323) - Add bulk edit view for power panels
* [#4324](https://github.com/netbox-community/netbox/issues/4324) - Add CSV import view for services
---