Tags box misplaced on IP Address details view #5823

Closed
opened 2025-12-29 19:33:11 +01:00 by adam · 1 comment
Owner

Originally created by @hagbarddenstore on GitHub (Dec 21, 2021).

Originally assigned to: @jeremystretch on GitHub.

NetBox version

v3.1.2

Python version

3.9

Steps to Reproduce

  1. Bulk create lots of IP addresses, "192.168.0.[1-255]/24".
  2. View details of any IP address within the created range.
  3. The Tags box is below the Related IP Addresses box, even though it's in another column.

Expected Behavior

The Tags box should be directly below the IP Address information box.

Observed Behavior

The Tags box is below the Related IP Addresses box, even though they are in different columns.

Originally created by @hagbarddenstore on GitHub (Dec 21, 2021). Originally assigned to: @jeremystretch on GitHub. ### NetBox version v3.1.2 ### Python version 3.9 ### Steps to Reproduce 1. Bulk create lots of IP addresses, "192.168.0.[1-255]/24". 2. View details of any IP address within the created range. 3. The Tags box is below the Related IP Addresses box, even though it's in another column. ### Expected Behavior The Tags box should be directly below the IP Address information box. ### Observed Behavior The Tags box is below the Related IP Addresses box, even though they are in different columns.
adam added the type: bugstatus: accepted labels 2025-12-29 19:33:11 +01:00
adam closed this issue 2025-12-29 19:33:11 +01:00
Author
Owner

@hagbarddenstore commented on GitHub (Dec 21, 2021):

The cause of this is because the Tags box is placed in another row-div instead of being a column in the same row-div as the other information.

@hagbarddenstore commented on GitHub (Dec 21, 2021): The cause of this is because the Tags box is placed in another row-div instead of being a column in the same row-div as the other information.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#5823