mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-10 15:32:38 -07:00
Get started on input validation and config page clean-up.
Minor UI adjustments.
This commit is contained in:
parent
55efb0a711
commit
b244e09c24
8 changed files with 47 additions and 17 deletions
|
@ -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');
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue