<p><small>The size column in the table indicates the size of the encrpyted backup, but the total size on disk shown above includes storage for unencrpyted intermediate files.</small></p>
<pstyle="margin-top: 2em"><small>The size column in the table indicates the size of the encrpyted backup, but the total size on disk shown above includes storage for unencrpyted intermediate files.</small></p>
<script>
<script>
functionnice_size(bytes){
functionnice_size(bytes){
...
@@ -59,6 +59,12 @@ function show_system_backup() {
...
@@ -59,6 +59,12 @@ function show_system_backup() {
$('#backup-status tbody').html("");
$('#backup-status tbody').html("");
vartotal_disk_size=0;
vartotal_disk_size=0;
if(r.backups.length==0){
vartr=$('<tr><td colspan="3">No backups have been made yet.</td></tr>');