diff --git a/device/templates/details.html b/device/templates/details.html index 7d89989..3c0a185 100644 --- a/device/templates/details.html +++ b/device/templates/details.html @@ -8,22 +8,26 @@

{{ object.shortid }}

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