add a counter for the CPU

This commit is contained in:
Andreas Zweili 2017-12-29 11:45:43 +01:00
parent ed504889d7
commit f9f20c0932
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
<h3>Description</h3>
<p>{{ computer.description }}</p>
<p><b>OS:</b> {{ computer.os }}</p>
<p><b>CPU:</b> {{ cpu.cpu }}</p>
<p><b>CPU: </b>{{ cpu.amount }}x {{ cpu.cpu }}</p>
<p><b>RAM Modules: </b>{{ ram.amount }}x {{ ram.ram }}</p>
<p><b>IP:</b> {{ computer.ip }}</p>
{% if disks_list %}