mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
Merge pull request #5573 from nextcloud/enh/noid/fix-small-borg-detail
aio-interface: fix small detail in `Reset backup location` section
This commit is contained in:
commit
9b3b153d13
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