mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-06-21 21:10:55 +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()">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group backup-target-b2">
|
||||
<label for="backup-target-b2-url" class="col-sm-2 control-label">B2 Backup URL</label>
|
||||
<div class="col-sm-8">
|
||||
@ -200,7 +199,6 @@
|
||||
}
|
||||
|
||||
function show_system_backup() {
|
||||
// TODO: b3
|
||||
show_custom_backup()
|
||||
|
||||
$('#backup-status tbody').html("<tr><td colspan='2' class='text-muted'>Loading...</td></tr>")
|
||||
@ -359,5 +357,4 @@
|
||||
$('#backup-target-b2-url').val('');
|
||||
}
|
||||
}
|
||||
|
||||
</script>
|
Loading…
Reference in New Issue
Block a user