-
|
Hey all, I've got a test instance of Netbox going for developing purposes and I'm currently just trying to add a 'custom link' to the devices added in Netbox. The custom field currently has the text field: And link field: I have a device named As per the if statement, the button appears at the top of the page and yet the link directs to Am I doing something wrong or is this a bug? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
The |
Beta Was this translation helpful? Give feedback.
The
primary_ip4(note, notprimary_ipv4) is anIPAddressobject. You need{{ obj.primary_ip4.address.ip }}to get the bare address (sans netmask).