From c33cafdaba70f9586c675833837fe2d37b57b3e0 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Tue, 26 Dec 2017 11:14:27 +0100 Subject: [PATCH] some syntax corrections --- docs/docs.org | 2 +- inventory/templates/inventory/computer_details.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs.org b/docs/docs.org index 3c61dc8..f878be2 100644 --- a/docs/docs.org +++ b/docs/docs.org @@ -585,7 +585,7 @@ The computer details show all the known information about the selected computer.

{{ computer.description }}

OS: {{ computer.os }}

CPU: {{ cpu.cpu }}

-

RAM Modules: {{ram.amount}}x {{ ram.ram }}

+

RAM Modules: {{ ram.amount }}x {{ ram.ram }}

IP: {{ computer.ip }}

{% if disks_list %}

Disks:

diff --git a/inventory/templates/inventory/computer_details.html b/inventory/templates/inventory/computer_details.html index 042a862..b6f93de 100644 --- a/inventory/templates/inventory/computer_details.html +++ b/inventory/templates/inventory/computer_details.html @@ -5,7 +5,7 @@

{{ computer.description }}

OS: {{ computer.os }}

CPU: {{ cpu.cpu }}

-

RAM Modules: {{ram.amount}}x {{ ram.ram }}

+

RAM Modules: {{ ram.amount }}x {{ ram.ram }}

IP: {{ computer.ip }}

{% if disks_list %}

Disks: