From a572ef05076c75d8e2d34c1fbfc9d68e432ca941 Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Tue, 17 Jan 2023 13:00:34 +0100 Subject: [PATCH] add pop up --- .../templates/inventory/snapshot_detail.html | 49 ++++++++++++++++++- 1 file changed, 48 insertions(+), 1 deletion(-) diff --git a/ereuse_devicehub/templates/inventory/snapshot_detail.html b/ereuse_devicehub/templates/inventory/snapshot_detail.html index b084f76b..4c4bb09a 100644 --- a/ereuse_devicehub/templates/inventory/snapshot_detail.html +++ b/ereuse_devicehub/templates/inventory/snapshot_detail.html @@ -50,7 +50,9 @@ {% endif %} {% endfor %}

- + + Save +

@@ -86,4 +88,49 @@ + + + {% endblock main %} +