From 31c903230adc8f9686b85dd1c4e542dab178d3a0 Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Tue, 20 Sep 2022 12:43:04 +0200 Subject: [PATCH] fix uuid of snapshot --- ereuse_devicehub/templates/inventory/erasure_list.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ereuse_devicehub/templates/inventory/erasure_list.html b/ereuse_devicehub/templates/inventory/erasure_list.html index 2e9802a3..555b29e0 100644 --- a/ereuse_devicehub/templates/inventory/erasure_list.html +++ b/ereuse_devicehub/templates/inventory/erasure_list.html @@ -75,8 +75,8 @@ - - {{ ac.snapshot.id }} + + {{ ac.snapshot.uuid }} @@ -92,7 +92,7 @@ {{ ac.created.strftime('%Y-%m-%d %H:%M:%S')}} - +