mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 06:26:57 +00: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>
|
<h3>Reset backup location</h3>
|
||||||
<p>
|
<p>
|
||||||
If the configured backup host location <strong>{{ borg_backup_host_location }}</strong>
|
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 %},
|
{% if borg_remote_repo %}
|
||||||
you can reset it by clicking on the button below.
|
or the remote repo <strong>{{ borg_remote_repo }}</strong>
|
||||||
|
{% endif %}
|
||||||
|
is wrong, you can reset it by clicking on the button below.
|
||||||
</p>
|
</p>
|
||||||
<form method="POST" action="/api/configuration" class="xhr">
|
<form method="POST" action="/api/configuration" class="xhr">
|
||||||
<input type="hidden" name="delete_borg_backup_location_vars" value="yes"/>
|
<input type="hidden" name="delete_borg_backup_location_vars" value="yes"/>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue