You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of adding custom fields to the device model, you can create a new model that models host software version.
I do something similar with ACL to interface assignments. It is not 100% like your model because I have an ACL linked to only 1 host(vm, device, virtual_cluster), and than that said ACL can be assigned any interface assigned to that "host"
You can show the info on the devce/virtual chasses/virtual machine object using cards for compatibility with any netbox install earlier than 3.4 OR you can use the new view tab for 3.4.
Instead of adding custom fields to the device model, you can create a new model that models host software version.
I do something similar with ACL to interface assignments. It is not 100% like your model because I have an ACL linked to only 1 host(vm, device, virtual_cluster), and than that said ACL can be assigned any interface assigned to that "host"
https://github.com/ryanmerolle/netbox-acls/blob/dev/netbox_acls/models/access_lists.py#L90-L155
The text was updated successfully, but these errors were encountered: