From dc8f49a1e2de4f9ac524fa24bae3213bebad09d8 Mon Sep 17 00:00:00 2001 From: Lorenzo Date: Tue, 19 Sep 2017 15:37:33 +0200 Subject: [PATCH] Fix hidden hostname in device details page --- templates/dispositivo/details.htm | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/templates/dispositivo/details.htm b/templates/dispositivo/details.htm index 2663182..1e31ac7 100644 --- a/templates/dispositivo/details.htm +++ b/templates/dispositivo/details.htm @@ -115,6 +115,16 @@ {% endif %} + {% if disp.hostname %} +
  • +

    + Hostname +

    +
    + {{ disp.hostname }} +
    +
  • + {% endif %}
  • Network