From 4fa5f2b0a2966ea83cd3f034bb87f41bebed6fa9 Mon Sep 17 00:00:00 2001 From: Armingol <pablo.armingolrobles@telefonica.com> Date: Mon, 30 Oct 2023 17:32:32 +0100 Subject: [PATCH] code cleanup --- src/webui/service/templates/device/inventory.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webui/service/templates/device/inventory.html b/src/webui/service/templates/device/inventory.html index f740742f8..17c14785a 100644 --- a/src/webui/service/templates/device/inventory.html +++ b/src/webui/service/templates/device/inventory.html @@ -123,7 +123,7 @@ </tr> </thead> <tbody> - {% for component in (device.components|sort(true, attribute='name'))%} + {% for component in (device.components|sort(true, attribute='name')) %} <tr> <td> {{ component.component_uuid.uuid }} -- GitLab