From 64cf6bad17db7d745b56867209e936dcdc73dd07 Mon Sep 17 00:00:00 2001 From: sergio_gimenez Date: Wed, 23 Oct 2024 08:38:54 +0200 Subject: [PATCH] Remove wrong parsing --- device/templates/device_web.html | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/device/templates/device_web.html b/device/templates/device_web.html index 1a26753..76a31e3 100644 --- a/device/templates/device_web.html +++ b/device/templates/device_web.html @@ -139,23 +139,6 @@

Components

- {% comment %}Iterates over legacy snapshot components{% endcomment %} - {% for component in object.last_evidence.doc.components %} -
-
-
-
{{ component.type }}
-

- Manufacturer: {{ component.manufacturer }}
- Model: {{ component.model }}
- Serial Number: {{ component.serialNumber }} -

- {{ component.created }} -
-
-
- {% endfor %} - {% comment %}Iterates over new snapshot components{% endcomment %} {% for component in object.components %}