diff --git a/plinth/modules/backups/static/backups.css b/plinth/modules/backups/static/backups.css index 448fa8ab6..7f19b0ef9 100644 --- a/plinth/modules/backups/static/backups.css +++ b/plinth/modules/backups/static/backups.css @@ -23,3 +23,7 @@ .inline-block { display: inline-block; } + +.archive-operations { + width: 12.5rem; +} diff --git a/plinth/modules/backups/templates/backups_repository.html b/plinth/modules/backups/templates/backups_repository.html index 03d31eb61..b9df64ce9 100644 --- a/plinth/modules/backups/templates/backups_repository.html +++ b/plinth/modules/backups/templates/backups_repository.html @@ -6,67 +6,72 @@
- +
- - {% if repository.error %} - - {% elif repository.is_encrypted %} - - {% endif %} +
+
+ + {% if repository.error %} + + {% elif repository.is_encrypted %} + + {% endif %} - {{ repository.name }} + {{ repository.name }} +
- - - - {% trans "Schedule" %} - +
+ + + {% trans "Schedule" %} + - {% if repository.flags.mountable %} + {% if repository.flags.mountable %} - {% if repository.mounted %} + {% if repository.mounted %} -
- {% csrf_token %} - -
+
+ {% csrf_token %} + +
- {% else %} + {% else %} -
- {% csrf_token %} - -
+
+ {% csrf_token %} + +
+ + {% endif %} {% endif %} - {% endif %} + {% if repository.flags.removable %} - {% if repository.flags.removable %} + + + - - - - - {% endif %} - + {% endif %} +
+