Add pretty os name to displayed data.

This commit is contained in:
Michael Lipp 2025-02-18 12:15:50 +01:00
parent ec8152bd51
commit bccc4ac219

View file

@ -129,6 +129,9 @@
</tr>
</table>
<table class="table--basic table--basic--autoStriped">
<tr>
<td colspan="2">{{ entry.status?.osinfo?.["pretty-name"] || "" }}</td>
</tr>
<tr>
<td>{{ localize("usedFrom") }}</td>
<td>{{ entry.usedFrom }}</td>