From 67a7954e536584484ba503083e1e3f04fc5b451e Mon Sep 17 00:00:00 2001 From: bellwood Date: Thu, 14 Jul 2016 12:22:44 -0400 Subject: [PATCH] add icons to headers --- netbox/templates/dcim/interface_edit.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/netbox/templates/dcim/interface_edit.html b/netbox/templates/dcim/interface_edit.html index 098199184..274767c8d 100644 --- a/netbox/templates/dcim/interface_edit.html +++ b/netbox/templates/dcim/interface_edit.html @@ -19,8 +19,10 @@
{% if interface.pk %} + Editing {{ interface }} {% else %} + Add an Interface {% endif %}