netbox
netbox copied to clipboard
htmx navigation - assign ip flow - odd rendering
Deployment Type
On prem
NetBox Version
v4.0.6
Python Version
3.11
Steps to Reproduce
- enable htmx navigation on user
- goto ipam > ip addresses, create an ip
- create a device
- create an interface on that device
- on the interfaces list view, press the + button and choose to add an IP address
- choose assign IP tab on top left
- Fill in the previously created IP address and press search
- click the ip in the list
- note that now loaded edit ip address page has rendered weirdly and has two copies of the footer.
Expected Behavior
edit ip address page should render normally
Observed Behavior
odd rendering + dual footers (bar in the middle is from screenshot tool scrolling)
Thanks for reporting this problem. I was able to reproduce it on a fresh 4.0.6 installation. Note also the double appearance of the header (search box and user menu), which shows up in Jamie's screenshot too. This does not happen with HTMX navigation disabled.
blocked by. #17571