From 4e21c793543cf42dd6d38c9995c14eadbc158de8 Mon Sep 17 00:00:00 2001 From: bellwood Date: Thu, 14 Jul 2016 12:21:22 -0400 Subject: [PATCH] add icons to headers --- netbox/templates/dcim/consoleserverport_edit.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/netbox/templates/dcim/consoleserverport_edit.html b/netbox/templates/dcim/consoleserverport_edit.html index 21871c477..a9e4c1ab4 100644 --- a/netbox/templates/dcim/consoleserverport_edit.html +++ b/netbox/templates/dcim/consoleserverport_edit.html @@ -19,8 +19,10 @@
{% if consoleserverport.pk %} + Editing {{ consoleserverport }} {% else %} + Add a Console Server Port {% endif %}