diff --git a/netbox/netbox/views/__init__.py b/netbox/netbox/views/__init__.py index 3991c7e53..bc1a68569 100644 --- a/netbox/netbox/views/__init__.py +++ b/netbox/netbox/views/__init__.py @@ -30,7 +30,7 @@ from virtualization.models import Cluster, VirtualMachine class HomeView(View): - template_name = 'pages/home.html' + template_name = 'home.html' def get(self, request): if settings.LOGIN_REQUIRED and not request.user.is_authenticated: diff --git a/netbox/templates/home.html b/netbox/templates/home.html index 1f9656516..00d2df906 100644 --- a/netbox/templates/home.html +++ b/netbox/templates/home.html @@ -1,309 +1,55 @@ -{% extends 'layout.html' %} {% load helpers %} {% block header %} -{{ block.super }} {% if new_release %} {# new_release is set only if the current user is a superuser or staff member #} -
Discrete points of presence
-Locations within sites
-Customers or departments
-- IPv4 and IPv6 network assignments -
-- Individual IPv4 and IPv6 addresses -
-- Layer two domains, identified by VLAN ID -
-- Organizations which provide circuit connectivity -
-- Communication links for Internet transit, peering, and other - services -
-- Clusters of physical hosts in which VMs reside -
-- Virtual compute instances running inside clusters -
+- Cryptographically secured secret data -
-- {{ result.name }} - | -- {% include 'extras/inc/job_label.html' %} - | -