first commit
This commit is contained in:
6
netbox_librenms_plugin/constants.py
Normal file
6
netbox_librenms_plugin/constants.py
Normal file
@@ -0,0 +1,6 @@
|
||||
# Plugin permissions (from LibreNMSSettings model)
|
||||
PERM_VIEW_PLUGIN = "netbox_librenms_plugin.view_librenmssettings"
|
||||
PERM_CHANGE_PLUGIN = "netbox_librenms_plugin.change_librenmssettings"
|
||||
|
||||
# LibreNMS VLAN state values
|
||||
LIBRENMS_VLAN_STATE_ACTIVE = 1
|
||||
Reference in New Issue
Block a user