diff --git a/network_inventory/inventory/templates/inventory/computer_list.html b/network_inventory/inventory/templates/inventory/computer_list.html index 6617577..d75a077 100644 --- a/network_inventory/inventory/templates/inventory/computer_list.html +++ b/network_inventory/inventory/templates/inventory/computer_list.html @@ -1,7 +1,7 @@ {% extends "inventory/base.html" %} +{% block section_title %}List of Computers{% endblock %} {% block content %} {% if computer_list %} -

Computer List

diff --git a/network_inventory/inventory/templates/inventory/cronjob_list.html b/network_inventory/inventory/templates/inventory/cronjob_list.html index cf5ec0d..8252345 100644 --- a/network_inventory/inventory/templates/inventory/cronjob_list.html +++ b/network_inventory/inventory/templates/inventory/cronjob_list.html @@ -1,7 +1,7 @@ {% extends "inventory/base.html" %} +{% block section_title %}List of Cron Jobs{% endblock %} {% block content %} {% if cronjob_list %} -

Cron Job List

Hostname
diff --git a/network_inventory/inventory/templates/inventory/device_list.html b/network_inventory/inventory/templates/inventory/device_list.html index 615ef0c..ece8c4e 100644 --- a/network_inventory/inventory/templates/inventory/device_list.html +++ b/network_inventory/inventory/templates/inventory/device_list.html @@ -1,7 +1,7 @@ {% extends "inventory/base.html" %} +{% block section_title %}List of General Devices{% endblock %} {% block content %} {% if device_list %} -

Device List

Name