From a65fad8baa15a2fe533fe470f90cd6ce396cec12 Mon Sep 17 00:00:00 2001 From: bellwood Date: Thu, 14 Jul 2016 12:25:59 -0400 Subject: [PATCH] add icons to headers --- netbox/templates/dcim/poweroutlet_edit.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/netbox/templates/dcim/poweroutlet_edit.html b/netbox/templates/dcim/poweroutlet_edit.html index 9e83a9b53..990b173e7 100644 --- a/netbox/templates/dcim/poweroutlet_edit.html +++ b/netbox/templates/dcim/poweroutlet_edit.html @@ -19,8 +19,10 @@
{% if poweroutlet.pk %} + Editing {{ poweroutlet }} {% else %} + Add a Power Outlet {% endif %}