diff --git a/device/templates/details.html b/device/templates/details.html index d422cda..62a0bfb 100644 --- a/device/templates/details.html +++ b/device/templates/details.html @@ -8,22 +8,26 @@

{{ object.shortid }}

- - + {% else %} + - -
- + {% endif %} @@ -345,12 +349,13 @@ {% endif %} - + +{% if state_definitions %} {% for state in state_definitions %}
{% endfor %} - +{% endif %} {% endblock %}