Added top level menu option for config, and added bulk import to all 4 classes#44
Added top level menu option for config, and added bulk import to all 4 classes#44erichester76 wants to merge 13 commits intoICTU:masterfrom
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 <3715211+wkoot@users.noreply.github.com>
Closes #42 Based on @erichester76's #44 Signed-off-by: wkoot <3715211+wkoot@users.noreply.github.com> Co-authored-by: Eric Hester <eric.hester@umbrella.tech>
Closes #4 Based on @erichester76's #44 Signed-off-by: wkoot <3715211+wkoot@users.noreply.github.com>
|
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 <3715211+wkoot@users.noreply.github.com>
Partially implements #4 Based on @erichester76's #44 Signed-off-by: wkoot <3715211+wkoot@users.noreply.github.com> Co-authored-by: Eric Hester <eric.hester@umbrella.tech>
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,
},
}