-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No search bar on mobile #16273
Comments
The reason it doesn't show up is that the container has the Changing |
related: there's no darkmode / lightmode switch on mobile ether in the top bar. |
I can take this one @jeremystretch |
Is there a workaround for this? Other than tapping the URL bar and adding |
You could add a Note widget to your dashboard with the following contents:
This will make a heading-sized link with the word "search" you can click on from the dashboard to get to the search page. Heading-size so that it's a little easier to tap on mobile. Of course it'll also show up from your dashboard on desktop. This way you can just go to the dashboard and have a search link from there. Not ideal but I think that's the best you can do without any code changes. |
Deployment Type
Self-hosted
NetBox Version
v4.0.2
Python Version
3.12
Steps to Reproduce
Expected Behavior
Display a search bar either at the top or in the collapsible menu
Observed Behavior
No search bar
The text was updated successfully, but these errors were encountered: