diff --git a/webapp/templates/imaging.html b/webapp/templates/imaging.html index a639951..4c15007 100644 --- a/webapp/templates/imaging.html +++ b/webapp/templates/imaging.html @@ -45,9 +45,9 @@ {% if s.pctype %}{{ s.pctype }}{% endif %} {% if s.machinenumber %}#{{ s.machinenumber }}{% endif %} {% if s.intune_device_id %}
Intune: {{ s.intune_device_id }} - +
{% endif %} @@ -135,3 +135,37 @@ Content-Type: application/json {% endblock %} + +{% block extra_scripts %} + +{% endblock %}