Add the ability to save a search in the NetBox menu and name it.
An example :
q=Pool&vrf=0&status=1&role=service-inet to get all our public IP pools.
This change requires to add a new table that stores the search (e.g., q=Pool&vrf=0&status=1&role=service-inet) and the name (e.g., public IP pools) as well as an admin section to maintain the saved searches.
I'm sorry but we're not able to accept requests for any new features until the current backlog has been reduced.
I understand and this is not an important feature.
Maybe we are going to develop it ourselves and send a pull request.
Thanks for your work on NetBox!
If you use this type of search in periodic way, the simple solution would be for the first you build your search links via the
BANNER_TOP
BANNER_BOTTOM
Setting these variables will display content in a banner at the top and/or bottom of the page, respectively. HTML is allowed.
as this is show everywhere.
Hello @tb-killa,
Yes, we will often use these filters. They are quite permanent so a static solution like you described is totally fine. I will try this when I'm going back to work, thanks!
@tb-killa, I tried what you suggested and it does the trick like a charm! Thanks again.
Too bad I didn't find this feature earlier in the doc (optional-settings/#banner_top).
Most helpful comment
@tb-killa, I tried what you suggested and it does the trick like a charm! Thanks again.
Too bad I didn't find this feature earlier in the doc (optional-settings/#banner_top).