From be7cbf02c07a2b2bb900020fca9705f7e68319b8 Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Thu, 23 Jun 2022 17:06:40 +0200 Subject: [PATCH] remove system uuid of public page --- ereuse_devicehub/resources/device/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ereuse_devicehub/resources/device/models.py b/ereuse_devicehub/resources/device/models.py index c14e4641..5fd50a1f 100644 --- a/ereuse_devicehub/resources/device/models.py +++ b/ereuse_devicehub/resources/device/models.py @@ -191,6 +191,7 @@ class Device(Thing): 'image', 'allocated', 'devicehub_id', + 'system_uuid', 'active', }