diff --git a/ereuse_devicehub/templates/ereuse_devicehub/base_site.html b/ereuse_devicehub/templates/ereuse_devicehub/base_site.html index 4d105bb9..cf60777a 100644 --- a/ereuse_devicehub/templates/ereuse_devicehub/base_site.html +++ b/ereuse_devicehub/templates/ereuse_devicehub/base_site.html @@ -111,6 +111,15 @@ +
Sid | -Workbench Version | -Errors | -DHID | -Uploaded | +SID | +Snapshot id | +Version | +Device | +Status | +Description | +Time |
---|---|---|---|---|---|---|---|---|---|---|---|
{{ snap.sid or ''}} | -{{ snap.version }} | -{{ snap.status }} | - - {{ snap.device.devicehub_id }} - + {{ snap.sid }} + | ++ {{ snap.snapshot_uuid }} + | ++ {{ snap.workbench_version }} + | ++ {% if snap.snapshot %} + + {{ snap.snapshot.device.devicehub_id }} + + {% endif %} + | ++ {{ snap.severity }} + | ++ {{ snap.description }} | {{ snap.created.strftime('%H:%M %d-%m-%Y') }} |