From 727c06c3de7baba71143b99a88769a19779c2c68 Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Mon, 16 May 2022 11:54:02 +0200 Subject: [PATCH] add public link to device list --- ereuse_devicehub/templates/inventory/device_list.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/ereuse_devicehub/templates/inventory/device_list.html b/ereuse_devicehub/templates/inventory/device_list.html index f6854da5..59050e5a 100644 --- a/ereuse_devicehub/templates/inventory/device_list.html +++ b/ereuse_devicehub/templates/inventory/device_list.html @@ -342,6 +342,7 @@ Allocated Status Physical Status Update + @@ -357,10 +358,10 @@ /> + {% if dev.get_type_logo() %} {% endif %} - {{ dev.verbose_name }} {% if dev.lots | length > 0 %} @@ -386,6 +387,11 @@ {% if dev.allocated_status %}{{ dev.allocated_status.type }}{% endif %} {% if dev.physical_status %}{{ dev.physical_status.type }}{% endif %} {{ dev.updated.strftime('%H:%M %d-%m-%Y') }} + + + + + {% endfor %}