Support for custom models #193
Replies: 2 comments
-
Hey @NetworkSeb, this plugin also provides support for models from other plugins. |
Beta Was this translation helpful? Give feedback.
-
That's great thanks for your response. I've spent a little more time this evening playing and I've managed to get the configuration working. I can add a secret to an individual certificate which is great. The only issue I have now, is that I can't see the secret on the certificate view. I've included the netbox_secrets/templates/netbox_secrets/inc/secrets_panel.html in the certificate template (as code snippet below), but I simply see 'None' under secrets. Is including netbox_secrets/templates/netbox_secrets/inc/secrets_panel.html in the certificate template the way I should be doing this?
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
Relatively new to Netbox and Netbox development.
I've managed to write a plugin for managing Certificates in Netbox and I'd love to be able to store secrets against the Certificate model my new plugin introduces.
Does this plugin support the storing of secrets against plugin models? If not, is there an easy way that this plugin can?
Thanks!
NS
Beta Was this translation helpful? Give feedback.
All reactions