diff --git a/templates/router_details.html b/templates/router_details.html index fdc5191..2743fc3 100644 --- a/templates/router_details.html +++ b/templates/router_details.html @@ -28,6 +28,7 @@

Pliki z /export

{% if export_backups %} +
@@ -54,7 +55,6 @@
Pobierz Podgląd -
@@ -67,8 +67,11 @@ {% endfor %}
+
+

Pobierz wybrane pliki z /export jako zip

+
@@ -86,12 +89,13 @@ - + {% endfor %}
{{ b.file_path|basename }} {{ b.file_path|filesize }} {{ b.created_at }}
+
{% else %}

Pusto

{% endif %} @@ -101,6 +105,7 @@

Pliki binarne (.backup)

{% if binary_backups %} +
@@ -118,7 +123,6 @@
{{ b.created_at }} Pobierz -
@@ -134,9 +138,11 @@ {% endfor %}
+

Pobierz wybrane backupy binarne jako zip

+
@@ -160,6 +166,7 @@
+
{% else %}

Pusto

{% endif %}