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

-
-
-