1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-20 02:52:11 +00:00

Fixed indentation

This commit is contained in:
hija 2020-09-04 18:29:53 +02:00
parent eecf32890e
commit 14bbaafe0b

View File

@ -115,26 +115,26 @@
<!-- Backblaze --> <!-- Backblaze -->
<div class="form-group backup-target-b2"> <div class="form-group backup-target-b2">
<div class="col-sm-10 col-sm-offset-2"> <div class="col-sm-10 col-sm-offset-2">
<p>Backups are stored in a <a href="https://www.backblaze.com/" target="_blank" rel="noreferrer">Backblaze</a> B2 bucket. You must have a Backblaze account already.</p> <p>Backups are stored in a <a href="https://www.backblaze.com/" target="_blank" rel="noreferrer">Backblaze</a> B2 bucket. You must have a Backblaze account already.</p>
<p>You MUST manually copy the encryption password from <tt class="backup-encpassword-file"></tt> to a safe and secure location. You will need this file to decrypt backup files. It is NOT stored in your Backblaze B2 bucket.</p> <p>You MUST manually copy the encryption password from <tt class="backup-encpassword-file"></tt> to a safe and secure location. You will need this file to decrypt backup files. It is NOT stored in your Backblaze B2 bucket.</p>
</div> </div>
</div> </div>
<div class="form-group backup-target-b2"> <div class="form-group backup-target-b2">
<label for="backup-target-b2-user" class="col-sm-2 control-label">B2 Application KeyID</label> <label for="backup-target-b2-user" class="col-sm-2 control-label">B2 Application KeyID</label>
<div class="col-sm-8"> <div class="col-sm-8">
<input type="text" class="form-control" rows="1" id="backup-target-b2-user"> <input type="text" class="form-control" rows="1" id="backup-target-b2-user">
</div> </div>
</div> </div>
<div class="form-group backup-target-b2"> <div class="form-group backup-target-b2">
<label for="backup-target-b2-pass" class="col-sm-2 control-label">B2 Application Key</label> <label for="backup-target-b2-pass" class="col-sm-2 control-label">B2 Application Key</label>
<div class="col-sm-8"> <div class="col-sm-8">
<input type="text" class="form-control" rows="1" id="backup-target-b2-pass"> <input type="text" class="form-control" rows="1" id="backup-target-b2-pass">
</div> </div>
</div> </div>
<div class="form-group backup-target-b2"> <div class="form-group backup-target-b2">
<label for="backup-target-b2-bucket" class="col-sm-2 control-label">B2 Bucket</label> <label for="backup-target-b2-bucket" class="col-sm-2 control-label">B2 Bucket</label>
<div class="col-sm-8"> <div class="col-sm-8">
<input type="text" class="form-control" rows="1" id="backup-target-b2-bucket"> <input type="text" class="form-control" rows="1" id="backup-target-b2-bucket">
</div> </div>
</div> </div>
<!-- Common --> <!-- Common -->