From 9ec7c087548eb6ee92bc099b50282ab2a8282e59 Mon Sep 17 00:00:00 2001 From: "Simon L." Date: Mon, 24 Nov 2025 18:03:08 +0100 Subject: [PATCH] aio-interface: always offer a reset backup button Signed-off-by: Simon L. --- php/templates/containers.twig | 32 +++++++++++++++----------------- 1 file changed, 15 insertions(+), 17 deletions(-) diff --git a/php/templates/containers.twig b/php/templates/containers.twig index 39a2de48..53b97dcc 100644 --- a/php/templates/containers.twig +++ b/php/templates/containers.twig @@ -476,23 +476,6 @@ - {% if has_backup_run_once == false %} -

Reset backup location

-

- If the configured backup host location {{ borg_backup_host_location }} - {% if borg_remote_repo %} - or the remote repo {{ borg_remote_repo }} - {% endif %} - is wrong, you can reset it by clicking on the button below. -

-
- - - - -
- {% endif %} - {% if has_backup_run_once == true %}

Backup Viewer

There is now a community container that allows to access your backups in a web session. See this documentation.

@@ -558,6 +541,21 @@

This option is currently set. You can disable it again by clearing the field and submitting your changes.

{% endif %} {% endif %} + +

Reset backup location

+

+ If the configured backup host location {{ borg_backup_host_location }} + {% if borg_remote_repo %} + or the remote repo {{ borg_remote_repo }} + {% endif %} + is wrong, you can reset it by clicking on the button below. +

+
+ + + + +
{% endif %} {% if has_backup_run_once == true %}