Show SLM installations on native objects (#61)
Closes #49 Signed-off-by: wkoot <3715211+wkoot@users.noreply.github.com>
This commit is contained in:
@@ -19,11 +19,6 @@ DEBUG = environ.get('DEBUG', 'False').lower() == 'true'
|
||||
DEVELOPER = environ.get('DEVELOPER', 'False').lower() == 'true'
|
||||
|
||||
PLUGINS = ["netbox_slm"]
|
||||
PLUGINS_CONFIG = {
|
||||
"netbox_slm": {
|
||||
"top_level_menu": environ.get('SLM_TOP_LEVEL_MENU', 'True').lower() == 'true',
|
||||
},
|
||||
}
|
||||
|
||||
REDIS = {
|
||||
'tasks': {
|
||||
|
||||
Reference in New Issue
Block a user