-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Description
Environment
- Python version: 3.9.1
- NetBox version: 2.10.3
Proposed Functionality
On certain model detail screens (device, interface) there are tabs across the top. Plugins support custom buttons across the top, but not custom tabs. I would like the ability to add tabs to the end of the tab list from a plugin.
Use Case
Any plugin that is adding information to built-in objects may benefit from the ability to add a tab to the detail screen.
Our specific use-case would be to have a tab on the device and interface detail screens for graphs and other metric information from our monitoring system. This data would not fit nicely on the detail screens along side the other information (too much of it) nor does a new button on those pages make sense because buttons indicate action. The data is additional information for those objects that would make sense as a tabbed view.
Database Changes
None.
External Dependencies
None.