From e0de5c018c58f8b7d618cc95909b8593264db05a Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Wed, 29 Dec 2021 10:13:03 +0100 Subject: [PATCH] changes order the input checkbox in the devices table --- ereuse_devicehub/inventory/{devices => }/views.py | 0 ereuse_devicehub/templates/inventory/device_list.html | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename ereuse_devicehub/inventory/{devices => }/views.py (100%) diff --git a/ereuse_devicehub/inventory/devices/views.py b/ereuse_devicehub/inventory/views.py similarity index 100% rename from ereuse_devicehub/inventory/devices/views.py rename to ereuse_devicehub/inventory/views.py diff --git a/ereuse_devicehub/templates/inventory/device_list.html b/ereuse_devicehub/templates/inventory/device_list.html index 0b9bc84b..9421f74b 100644 --- a/ereuse_devicehub/templates/inventory/device_list.html +++ b/ereuse_devicehub/templates/inventory/device_list.html @@ -47,17 +47,18 @@ + - {% for dev in devices %} + - {% endfor %}
Select all Title DHID Tags Status UpdateSelect all
{{ dev.type }} {{ dev.manufacturer }} {{ dev.model }} {{ dev.devicehub_id }} @@ -67,7 +68,6 @@ {% if dev.status %}{{ dev.status }}{% endif %} {{ dev.updated.strftime('%H:%M %d-%m-%Y') }}