From bcdb192d28630e4007564cd4d547b8ab23963957 Mon Sep 17 00:00:00 2001 From: rdujardin Date: Thu, 28 Jul 2016 12:43:47 +0200 Subject: [PATCH] Put circuits panel into dcim column on home page --- netbox/templates/home.html | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/netbox/templates/home.html b/netbox/templates/home.html index 67b6bfab8..18c345c3b 100644 --- a/netbox/templates/home.html +++ b/netbox/templates/home.html @@ -93,6 +93,23 @@ {% endif %} +
+
+ Circuits +
+
+
+ {{ stats.provider_count }} +

Providers

+

Organizations which provide circuit connectivity

+
+
+ {{ stats.circuit_count }} +

Circuits

+

Communication links for Internet transit, peering, and other services

+
+
+
@@ -139,23 +156,6 @@
-
-
- Circuits -
-
-
- {{ stats.provider_count }} -

Providers

-

Organizations which provide circuit connectivity

-
-
- {{ stats.circuit_count }} -

Circuits

-

Communication links for Internet transit, peering, and other services

-
-
-