mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-11-08 05:03:27 +08:00
aio-interface: fix small detail in Reset backup location section
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
596a4669fd
commit
ce5287d4e2
1 changed files with 4 additions and 2 deletions
|
|
@ -489,8 +489,10 @@
|
|||
<h3>Reset backup location</h3>
|
||||
<p>
|
||||
If the configured backup host location <strong>{{ borg_backup_host_location }}</strong>
|
||||
{% if borg_remote_repo %}or the remote repo <strong>{{ borg_remote_repo }}</strong> is wrong{% endif %},
|
||||
you can reset it by clicking on the button below.
|
||||
{% if borg_remote_repo %}
|
||||
or the remote repo <strong>{{ borg_remote_repo }}</strong>
|
||||
{% endif %}
|
||||
is wrong, you can reset it by clicking on the button below.
|
||||
</p>
|
||||
<form method="POST" action="/api/configuration" class="xhr">
|
||||
<input type="hidden" name="delete_borg_backup_location_vars" value="yes"/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue