some syntax corrections

This commit is contained in:
Andreas Zweili 2017-12-26 11:14:27 +01:00
parent e1953f7a13
commit c33cafdaba
2 changed files with 2 additions and 2 deletions

View File

@ -585,7 +585,7 @@ The computer details show all the known information about the selected computer.
<p>{{ computer.description }}</p>
<p><b>OS:</b> {{ computer.os }}</p>
<p><b>CPU:</b> {{ cpu.cpu }}</p>
<p><b>RAM Modules: </b>{{ram.amount}}x {{ ram.ram }}</p>
<p><b>RAM Modules: </b>{{ ram.amount }}x {{ ram.ram }}</p>
<p><b>IP:</b> {{ computer.ip }}</p>
{% if disks_list %}
<p><b>Disks:</b></p>

View File

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