From 7a41b02fdd87e0b835ebeaf41851681a5ec33f8e Mon Sep 17 00:00:00 2001 From: mmahacek Date: Fri, 28 Jun 2019 17:03:06 -0700 Subject: [PATCH] Add line for PowerPanel count --- netbox/templates/home.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/netbox/templates/home.html b/netbox/templates/home.html index bc00d4a28..8d483568f 100644 --- a/netbox/templates/home.html +++ b/netbox/templates/home.html @@ -115,6 +115,16 @@ {% endif %}

Electrical circuits delivering power from panels

+
+ {% if perms.dcim.view_powerpanel %} + {{ stats.powerpanel_count }} +

Power Panels

+ {% else %} + +

Power Panels

+ {% endif %} +

Electrical panels receiving utility power

+