From 926f65e291ea49ec191ce4da2f1708cb991c07f9 Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Wed, 5 Oct 2022 09:19:16 +0200 Subject: [PATCH] id internal in device details --- ereuse_devicehub/templates/inventory/device_detail.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ereuse_devicehub/templates/inventory/device_detail.html b/ereuse_devicehub/templates/inventory/device_detail.html index 8fcd628b..762f7cb1 100644 --- a/ereuse_devicehub/templates/inventory/device_detail.html +++ b/ereuse_devicehub/templates/inventory/device_detail.html @@ -98,6 +98,11 @@
{{ placeholder.phid }}
+
+
Id device internal
+
{{ placeholder.id_device_internal or '' }}
+
+
Type
{{ placeholder.device.type }}