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

Fixes #10973: Fix device links in VDC table

This commit is contained in:
jeremystretch
2022-11-18 16:33:06 -05:00
parent 84c0c45da9
commit 9774bb46ce
3 changed files with 8 additions and 6 deletions

View File

@@ -11,6 +11,7 @@
* [#10946](https://github.com/netbox-community/netbox/issues/10946) - Fix AttributeError exception when viewing a device with a primary IP and no platform assigned
* [#10948](https://github.com/netbox-community/netbox/issues/10948) - Linkify primary IPs for VDCs
* [#10957](https://github.com/netbox-community/netbox/issues/10957) - Add missing VDCs column to interface tables
* [#10973](https://github.com/netbox-community/netbox/issues/10973) - Fix device links in VDC table
* [#10980](https://github.com/netbox-community/netbox/issues/10980) - Fix view tabs for plugin objects
## v3.4-beta1 (2022-11-16)