mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-20 02:52:11 +00:00
Changed indentation to match the old one
This commit is contained in:
parent
df6fcf3bd2
commit
8085246fed
@ -137,7 +137,6 @@
|
|||||||
<input type="text" placeholder="B2 Bucket" class="form-control" rows="1" id="backup-target-b2-bucket" onchange="compute_b2_url()">
|
<input type="text" placeholder="B2 Bucket" class="form-control" rows="1" id="backup-target-b2-bucket" onchange="compute_b2_url()">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="form-group backup-target-b2">
|
<div class="form-group backup-target-b2">
|
||||||
<label for="backup-target-b2-url" class="col-sm-2 control-label">B2 Backup URL</label>
|
<label for="backup-target-b2-url" class="col-sm-2 control-label">B2 Backup URL</label>
|
||||||
<div class="col-sm-8">
|
<div class="col-sm-8">
|
||||||
@ -200,7 +199,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
function show_system_backup() {
|
function show_system_backup() {
|
||||||
// TODO: b3
|
|
||||||
show_custom_backup()
|
show_custom_backup()
|
||||||
|
|
||||||
$('#backup-status tbody').html("<tr><td colspan='2' class='text-muted'>Loading...</td></tr>")
|
$('#backup-status tbody').html("<tr><td colspan='2' class='text-muted'>Loading...</td></tr>")
|
||||||
@ -359,5 +357,4 @@
|
|||||||
$('#backup-target-b2-url').val('');
|
$('#backup-target-b2-url').val('');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
</script>
|
</script>
|
Loading…
Reference in New Issue
Block a user