From a17423aaa129ab0c7a0bade6f6700c77760ecdee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Thu, 27 Feb 2025 00:29:52 +0100 Subject: [PATCH] new css and functions --- templates/device_detail.html | 64 +++++++++++---- templates/devices.html | 147 ++++++++++++++++++++++++++++++++--- templates/index.html | 61 +++++++++++++-- 3 files changed, 242 insertions(+), 30 deletions(-) diff --git a/templates/device_detail.html b/templates/device_detail.html index 5599fd3..1c11a77 100644 --- a/templates/device_detail.html +++ b/templates/device_detail.html @@ -20,7 +20,7 @@ white-space: pre-wrap; } /* Stylizacja overlay dla system update */ - #system-update-overlay { + #system-update-overlay, #reboot-progress-overlay { display: none; position: fixed; top: 0; @@ -33,16 +33,16 @@ text-align: center; padding-top: 200px; } - #system-update-overlay h3 { + #system-update-overlay h3, #reboot-progress-overlay h3 { margin-bottom: 20px; } - #system-update-overlay .progress-container { + .progress-container { width: 50%; margin: 20px auto; background: #444; border-radius: 5px; } - #system-update-overlay .progress-bar { + .progress-bar { width: 0%; height: 30px; background: #4caf50; @@ -158,7 +158,7 @@ - +

Aktualizacja systemu rozpoczęta...

@@ -167,7 +167,16 @@

300 sekund

- + +
+

Restart urządzenia...

+
+
+
+

120 sekund

+
+ + + + {% endblock %}