Creating a Table for a Plugin with Custom Columns from Other NetBox Models #16377
Unanswered
Brescou
asked this question in
Help Wanted!
Replies: 0 comments
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.
-
I am creating an impact management module that is linked with IPAddress, and I want to create a column that displays what the IP address is associated with, either an interface for a device, a VM interface for a VM, or a name stored in custom_field_data.
Here is the code I have so far:
I would appreciate any feedback or suggestions on how to properly create the assigned_to column that accurately displays the association of the IP address.
For now, the table seems empty but in the TableQuerySet I saw all my IP address records.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions