-
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
Add additional save / create / cancel
buttons to top of forms (or make existing buttons stay visible)
#16009
Comments
There was some discussion around this idea way back in #2237. Unfortunately it never found an owner. |
What would be deemed acceptable?
If it was just an extra set of buttons at the top I could likely take a stab at it. |
IMO a single set of fixed/floating buttons would be ideal. Rendering multiple buttons that do the same thing can be confusing and error-prone. |
IMHO a fixed bar with the action buttons on the bottom would be awesome! |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. NetBox is governed by a small group of core maintainers which means not all opened issues may receive direct feedback. Do not attempt to circumvent this process by "bumping" the issue; doing so will result in its immediate closure and you may be barred from participating in any future discussions. Please see our contributing guide. |
Any thoughts on this approach? Added this CSS to the buttons div:
Result: NetBox.Button.Illustration.mp4 |
Awesome! |
I can submit a PR for this if the above method is acceptable. |
… form templates for floating button groups
Thanks @atownson I've assigned this to you for a PR. |
…er form buttons outside of card
Closes #16009 - Added styling to form templates to enable floating button groups
NetBox version
v4.0.0
Feature type
New functionality
Proposed functionality
Add
save / create / cancel
buttons to top of forms (or make existing buttons stay visible )Use case
when a model has a lot of fields/custom fields (or is being used on a small display) there can be a lot of scrolling to get to the save / create buttons.
it would be great if there was a copy of those buttons at the top of the form or if the existing buttons were always visible on the form
Database changes
N/A
External dependencies
N/A
The text was updated successfully, but these errors were encountered: