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

Fixes #8808: Fix members count under FHRP group list

This commit is contained in:
jeremystretch
2022-03-07 09:00:00 -05:00
parent 2451b0a5b1
commit 3c78c100b5
2 changed files with 5 additions and 4 deletions

View File

@@ -21,6 +21,7 @@
* [#8713](https://github.com/netbox-community/netbox/issues/8713) - Restore missing "add" button on services list view
* [#8717](https://github.com/netbox-community/netbox/issues/8717) - Fix redirection after bulk edit/delete of prefixes from aggregate view
* [#8724](https://github.com/netbox-community/netbox/issues/8724) - Fix exception during device import with invalid device type
* [#8808](https://github.com/netbox-community/netbox/issues/8808) - Fix members count under FHRP group list
---