diff --git a/netbox/netbox/views.py b/netbox/netbox/views.py index ae6d8a28d..e16fd9c49 100644 --- a/netbox/netbox/views.py +++ b/netbox/netbox/views.py @@ -193,11 +193,13 @@ class HomeView(View): # DCIM 'rack_count': Rack.objects.count(), + 'devicetype_count': DeviceType.objects.count(), 'device_count': Device.objects.count(), 'interface_connections_count': connected_interfaces.count(), 'cable_count': cables.count(), 'console_connections_count': connected_consoleports.count(), 'power_connections_count': connected_powerports.count(), + 'powerfeed_count': PowerFeed.objects.count(), # IPAM 'vrf_count': VRF.objects.count(), diff --git a/netbox/templates/home.html b/netbox/templates/home.html index 25b22d6f0..bc00d4a28 100644 --- a/netbox/templates/home.html +++ b/netbox/templates/home.html @@ -47,6 +47,16 @@ {% endif %}
Equipment racks, optionally organized by group
+Physical hardware models by manufacturer
+Clusters of physical hosts in which VMs reside
+Electrical circuits delivering power from panels
Virtual compute instances running inside clusters
+Cryptographically secured secret data
Sensitive data (such as passwords) which has been stored securely
+Clusters of physical hosts in which VMs reside
+Virtual compute instances running inside clusters