-
Notifications
You must be signed in to change notification settings - Fork 59
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
NetBox version
4.4.2
Describe the bug
The "Related BGP Sessions" table on the device view overflows the designated area. This occurs with any option for table width, but is less prominent on "full_width"

To Reproduce
Steps to reproduce the behavior:
- Ensure the table position is set to left or right using 'device_ext_page' in PLUGINS_CONFIG.
- Create a session on a device.
- View the "Related BGP Sessions" table on the device's page. (Reduce your browser window width if necessary).
- With the table on left, content spills onto the right side. With table on right, content creates new space on right and adds a horizontal scroll on the entire page.
Expected behavior
The table should contain its contents within the bounds and display a horizontal scroll bar if necessary.

I also think the fields displayed as columns in the table should be limited or configurable. Currently, the session object ID and any custom fields or custom links are appended to the columns.

Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working