diff --git a/ereuse_devicehub/templates/inventory/device_list.html b/ereuse_devicehub/templates/inventory/device_list.html index 140b7860..0b9bc84b 100644 --- a/ereuse_devicehub/templates/inventory/device_list.html +++ b/ereuse_devicehub/templates/inventory/device_list.html @@ -44,30 +44,34 @@
Title | +DHID | +Tags | +Status | +Update | +Select all | +
---|---|---|---|---|---|
{{ dev.type }} {{ dev.manufacturer }} {{ dev.model }} | +{{ dev.devicehub_id }} | ++ {% for t in dev.tags %} + {{ t.code }}{% if not loop.last %},{% endif %} + {% endfor %} + | +{% if dev.status %}{{ dev.status }}{% endif %} | +{{ dev.updated.strftime('%H:%M %d-%m-%Y') }} | ++ |