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 %}