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

Closes #5154: Utilize all horizontal space for web UI

This commit is contained in:
Jeremy Stretch
2020-11-10 13:55:53 -05:00
parent 7a61354d8c
commit d03c14d49c
4 changed files with 4 additions and 7 deletions

View File

@@ -52,6 +52,7 @@ All end-to-end cable paths are now cached using the new CablePath model. This al
* [#4967](https://github.com/netbox-community/netbox/issues/4967) - Adds tenancy to Aggregate model
* [#5003](https://github.com/netbox-community/netbox/issues/5003) - CSV import now accepts slug values for choice fields
* [#5146](https://github.com/netbox-community/netbox/issues/5146) - Add custom fields support for cables, power panels, rack reservations, and virtual chassis
* [#5154](https://github.com/netbox-community/netbox/issues/5154) - Utilize all horizontal space for web UI
* [#5190](https://github.com/netbox-community/netbox/issues/5190) - Add a REST API endpoint for content types
### Other Changes