netbox-community / netbox-qrcode

NetBox Plugin for generate QR Codes
Apache License 2.0
209 stars 31 forks source link

Missing Plugin Tab #57

Closed colbythatsme closed 10 months ago

colbythatsme commented 1 year ago

I installed Netbox about 6 weeks ago and I am enjoying the software. I am ready to start adding plugins (netbox-qrcode) and I can not get the plugins tab to appear. I added another plugin (topology view) and I saw that tab appear, still no plugin tab for the qr codes. I am sure this is an easy fix. Can someone help me?

More info: I followed the online instructions and I can restart netbox with no issues. CentOS 9

JustAnotherAdmin23 commented 1 year ago

I found that you online need 1 PLUGINS line and that was my issue. FYI, qrcode does not create the plugins tab as it isn't something that requires it.

PLUGINS = [ 'phonebox_plugin', 'netbox_qrcode', ]

PLUGINS_CONFIG = { 'netbox_qrcode':

colbythatsme commented 1 year ago

Noted!!