-
Notifications
You must be signed in to change notification settings - Fork 7
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
Added top level menu option for config, and added bulk import to all 4 classes #44
base: master
Are you sure you want to change the base?
Conversation
I would suggest a squash, I worked in the repo. Sorry. |
No problem, we're very happy to receive contributions. I'll clean up and do some testing before merge |
Closes #42 Based on @erichester76's #44 Signed-off-by: wkoot <[email protected]>
Closes #42 Based on @erichester76's #44 Signed-off-by: wkoot <[email protected]> Co-authored-by: Eric Hester <[email protected]>
Closes #4 Based on @erichester76's #44 Signed-off-by: wkoot <[email protected]>
Hmm, there seem to be quite some errors when trying to use the import feature. |
Closes #4 Based on @erichester76's #44 Signed-off-by: wkoot <[email protected]>
Partially implements #4 Based on @erichester76's #44 Signed-off-by: wkoot <[email protected]> Co-authored-by: Eric Hester <[email protected]>
I also changed the menu top level name to Software because it looks better in the top level.
If you want to move the meny top level just set this in plugins.py
PLUGINS_CONFIG = {
'netbox_slm': {
'top_level_menu': True,
},
}