Devices: Allow admins to inspect raw info data (#6389)

This commit is contained in:
Raphael Michel
2026-07-16 19:22:31 +02:00
committed by GitHub
parent 71488f0a02
commit 4372aa6725
@@ -137,6 +137,15 @@
</td>
<td>
{{ d.software_brand|default_if_none:"" }} {{ d.software_version|default_if_none:"" }}
{% if staff_session %}
<details class="admin-only">
<summary>
<i class="fa fa-angle-down collapse-indicator"></i>
{% trans "Details" %}
</summary>
<pre class="admin-only">{{ d.info|pprint }}</pre>
</details>
{% endif %}
</td>
<td>
{% if d.initialized %}