fix
This commit is contained in:
parent
7dc3ac9530
commit
7a8cbe11a6
|
@ -116,8 +116,8 @@
|
||||||
<small class="text-muted">{{ component.created.strftime('%H:%M %d-%m-%Y') }}</small>
|
<small class="text-muted">{{ component.created.strftime('%H:%M %d-%m-%Y') }}</small>
|
||||||
</div>
|
</div>
|
||||||
<p class="mb-1">
|
<p class="mb-1">
|
||||||
{{ component.manufacturer }}<br />
|
{{ component.manufacturer or '- not detected -' }}<br />
|
||||||
{{ component.model }}<br />
|
{{ component.model or '- not detected -' }}<br />
|
||||||
</p>
|
</p>
|
||||||
<small class="text-muted">
|
<small class="text-muted">
|
||||||
{% if component.type in ['RamModule', 'HardDrive', 'SolidStateDrive'] %}
|
{% if component.type in ['RamModule', 'HardDrive', 'SolidStateDrive'] %}
|
||||||
|
|
Reference in New Issue