fix: pair LC patchpanel ports by number

This commit is contained in:
2026-08-31 11:22:53 +02:00
parent f3d658b52b
commit ff8dacc68c
7 changed files with 46 additions and 4 deletions
@@ -246,7 +246,7 @@ class TopologyViewsRackWidthTest(SimpleTestCase):
self.assertIn('id="netbox-utilities-topology-rack-width-styles"', html)
self.assertIn('.rack-device[href="/dcim/devices/334/"]', html)
self.assertIn("left: calc(50% + 3px) !important", html)
self.assertIn("netbox_utilities/topology-rack-width.js?v=0.10.3", html)
self.assertIn("netbox_utilities/topology-rack-width.js?v=0.10.4", html)
self.assertIn("left:calc(0% + 3px)!important", html)
self.assertIn("left:calc(50% + 3px)!important", html)
self.assertIn("width:calc(50% - 6px)!important", html)