Get started on input validation and config page clean-up.

Minor UI adjustments.
This commit is contained in:
Tim 2015-07-02 19:05:59 +02:00
parent 55efb0a711
commit b244e09c24
8 changed files with 47 additions and 17 deletions

View file

@ -75,7 +75,7 @@ sync_table_options = {
megabytes = Math.round((cellData/1024)/1024, 0)
$(td).html(megabytes + 'MB');
} else {
$(td).html(megabytes + '0MB');
$(td).html('0MB');
}
}
},