diff --git a/backups/templates/backups/backup_details.html b/backups/templates/backups/backup_details.html index f2243e1..b3663c2 100644 --- a/backups/templates/backups/backup_details.html +++ b/backups/templates/backups/backup_details.html @@ -3,7 +3,7 @@ {% block content %}
-
+

Backup Details

Description

@@ -36,7 +36,7 @@ {% if target_device_list %}
-
+

Target Devices

{% for device in target_device_list %} @@ -58,7 +58,7 @@ {% if notifications %}
-
+

Notifications

{% for notification in notifications %} diff --git a/computers/templates/computers/computer_details.html b/computers/templates/computers/computer_details.html index 36ea83d..2b67877 100644 --- a/computers/templates/computers/computer_details.html +++ b/computers/templates/computers/computer_details.html @@ -2,19 +2,19 @@ {% block section_title %}{{ device }}{% endblock %} {% block content %}
-
+
{% block device_details %} {% include "devices/device_details_block.html" %} {% endblock %}
-
+
{% block warranty %} {% include "devices/warranty_block.html" %} {% endblock %}
-
+
{% block ips %} {% include "devices/ip_block.html" %} {% endblock %} @@ -23,8 +23,8 @@
{% if device.os or software_relations or backup_relations or license_list or device.host %} -
-
+
+
{% if device.host %}

Host

@@ -69,8 +69,8 @@ {% endif %} {% if cpu_relations or ram_relations or disks_relations or raid_disk_pairs %} -
-
+
+

Hardware

{% if cpu_relations or ram_relations or disks_relations or device.host %} diff --git a/devices/templates/devices/device_details_block.html b/devices/templates/devices/device_details_block.html index 3046273..6612a64 100644 --- a/devices/templates/devices/device_details_block.html +++ b/devices/templates/devices/device_details_block.html @@ -1,4 +1,4 @@ -
+

Description

{{ device.description }}

diff --git a/devices/templates/devices/ip_block.html b/devices/templates/devices/ip_block.html index ecc62f3..42a1836 100644 --- a/devices/templates/devices/ip_block.html +++ b/devices/templates/devices/ip_block.html @@ -1,5 +1,5 @@ {% if device.nets %} -
+

IPs

diff --git a/devices/templates/devices/warranty_block.html b/devices/templates/devices/warranty_block.html index bccd3c0..d827ae9 100644 --- a/devices/templates/devices/warranty_block.html +++ b/devices/templates/devices/warranty_block.html @@ -1,5 +1,5 @@ {% if warranty_relations %} -
+

Warranty

{% for warranty in warranty_relations %}