-
Hello, Trying to create custom link for IP address, but system that I want to link to, needs only ip, without prefix. I checked in here: https://github.com/netbox-community/netbox/blob/master/netbox/ipam/models/ip.py and did not find it (not sure its not there, maybe my python skills are that bad) so how I can get it? |
Beta Was this translation helpful? Give feedback.
Answered by
candlerb
Feb 21, 2022
Replies: 1 comment 1 reply
-
Try Here's an example I have that works on Device rather than IPAddress: Link Text
Link URL
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
kotso
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Try
{{ object.address.ip }}
Here's an example I have that works on Device rather than IPAddress:
Link Text
Link URL