Skip to content

Commit

Permalink
OMS-453 uncomment settings
Browse files Browse the repository at this point in the history
  • Loading branch information
kprince28 committed Jan 16, 2025
1 parent ffc4b57 commit bbf5882
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions netbox_secrets/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ class NetBoxSecrets(PluginConfig):
required_settings = []
default_settings = {
'apps': ['dcim.device', 'virtualization.virtualmachine'],
# 'display_default': 'left_page',
# 'display_setting': {},
'display_default': 'left_page',
'display_setting': {},
'enable_contacts': False,
'public_key_size': 2048,
}
Expand Down

0 comments on commit bbf5882

Please sign in to comment.