This commit is contained in:
Cayo Puigdefabregas 2023-02-01 17:29:43 +01:00
parent bea63148b2
commit 799c003a09
1 changed files with 2 additions and 2 deletions

View File

@ -116,8 +116,8 @@
<small class="text-muted">{{ component.created.strftime('%H:%M %d-%m-%Y') }}</small>
</div>
<p class="mb-1">
{{ component.manufacturer }}<br />
{{ component.model }}<br />
{{ component.manufacturer or '- not detected -' }}<br />
{{ component.model or '- not detected -' }}<br />
</p>
<small class="text-muted">
{% if component.type in ['RamModule', 'HardDrive', 'SolidStateDrive'] %}