From 11913d68c3f2fd3daaae7d434b436c90d81a73a5 Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Fri, 13 May 2022 17:16:08 +0200 Subject: [PATCH] fix state instead of states --- ereuse_devicehub/templates/inventory/device_detail.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ereuse_devicehub/templates/inventory/device_detail.html b/ereuse_devicehub/templates/inventory/device_detail.html index 461a6e2a..66344ddb 100644 --- a/ereuse_devicehub/templates/inventory/device_detail.html +++ b/ereuse_devicehub/templates/inventory/device_detail.html @@ -132,7 +132,7 @@
-
Lifecycle States
+
Lifecycle State
{% if device.status %} {{ device.status.type }} @@ -140,7 +140,7 @@
-
Allocated States
+
Allocated State
{% if device.allocated_status %} {{ device.allocated_status.type }}