From 823594dce45ba03f1ab76ddca745d0b6f404a498 Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Mon, 28 Feb 2022 13:27:12 +0100 Subject: [PATCH] add tab documents --- .../templates/inventory/device_list.html | 71 ++++++++----------- 1 file changed, 28 insertions(+), 43 deletions(-) diff --git a/ereuse_devicehub/templates/inventory/device_list.html b/ereuse_devicehub/templates/inventory/device_list.html index 124241f8..9b160df4 100644 --- a/ereuse_devicehub/templates/inventory/device_list.html +++ b/ereuse_devicehub/templates/inventory/device_list.html @@ -39,7 +39,7 @@
{% if lot and lot.is_temporary and not lot.devices %} - + Remove Lot @@ -47,18 +47,18 @@
{% if lot and lot.is_temporary %} - - - Add selected Devices to a lot - + + + Add supplier + {% endif %}
{% if lot and lot.is_temporary %} - - - Remove selected devices from a lot - + + + Add receiver + {% endif %}
@@ -92,16 +92,6 @@