Skip to content

Commit

Permalink
Merge pull request #39 from kvondersaar/patch-1
Browse files Browse the repository at this point in the history
Fix for #32
  • Loading branch information
DanSheps authored Oct 27, 2021
2 parents 86f9135 + 469674a commit 0b61a4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions netbox_secretstore/template_content.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ def right_page(self):


class DeviceSecrets(Secrets):
model = 'dcim.Device'
model = 'dcim.device'


class VMSecrets(Secrets):
model = 'virtualization.VirtualMachine'
model = 'virtualization.virtualMachine'


template_extensions = [DeviceSecrets, VMSecrets]

0 comments on commit 0b61a4c

Please sign in to comment.