Creating a custom dashboard widget #14210
Unanswered
amity2002
asked this question in
Help Wanted!
Replies: 1 comment
-
I had the same issue, see this PR for solution |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey everyone,
I want to create a dashboard widget for something external I need. I have followed the full tutorial on the netbox documentation page regarding dashboard registration, yet something isn't working as intended.
Taking the example plugin from the netbox page actually worked, however, it doesn't register the actual dasboard itself (when I press 'Add Widget' I don't see the new Widget Type)
After I do make the widget, do I need to register it somewhere in netbox itself?
setup.py:
netbox_access_lists/dashboard.py:
netbox_access_lists/init.py:
Beta Was this translation helpful? Give feedback.
All reactions