From 81bca1bc31b772e5d8e9037ebdc47079da756fc3 Mon Sep 17 00:00:00 2001 From: Joseph Kennedy Date: Thu, 3 Aug 2017 21:02:50 -0400 Subject: [PATCH] Fix Interface Link to use device and device fk --- netbox/dcim/tables.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/netbox/dcim/tables.py b/netbox/dcim/tables.py index cb36dcc68..14641bf39 100644 --- a/netbox/dcim/tables.py +++ b/netbox/dcim/tables.py @@ -40,8 +40,8 @@ DEVICE_LINK = """ """ INTERFACE_LINK = """ - - {{ record.name|default:'' }} + + {{ record.name|default:' - ' }} """