diff --git a/docs/docs.org b/docs/docs.org index 03753ea..f36f00e 100644 --- a/docs/docs.org +++ b/docs/docs.org @@ -743,7 +743,7 @@ The computer details show all the known information about the selected computer.

{% endif %} -

Host: {{ computer.host }}

+

Host: {{ computer.host }}

#+END_SRC The list of cron jobs running on the computer get's only displayed if diff --git a/network_inventory/inventory/templates/inventory/computer_details.html b/network_inventory/inventory/templates/inventory/computer_details.html index 9e3eaef..99c53a9 100644 --- a/network_inventory/inventory/templates/inventory/computer_details.html +++ b/network_inventory/inventory/templates/inventory/computer_details.html @@ -17,7 +17,7 @@

{% endif %} -

Host: {{ computer.host }}

+

Host: {{ computer.host }}

{% if cronjob_list %}

Cron Jobs: