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

Fixes #8358: Fix inconsistent styling of custom fields on filter & bulk edit forms

This commit is contained in:
jeremystretch
2022-01-14 14:23:58 -05:00
parent b0948ea018
commit 2b31154834
4 changed files with 41 additions and 43 deletions

View File

@@ -24,6 +24,7 @@
* [#8319](https://github.com/netbox-community/netbox/issues/8319) - Custom URL fields should honor `ALLOWED_URL_SCHEMES` config parameter
* [#8342](https://github.com/netbox-community/netbox/issues/8342) - Restore `created` & `last_updated` fields missing from several REST API serializers
* [#8357](https://github.com/netbox-community/netbox/issues/8357) - Add missing tags field to location filter form
* [#8358](https://github.com/netbox-community/netbox/issues/8358) - Fix inconsistent styling of custom fields on filter & bulk edit forms
---