use GB instead of GBytes, also only 2 digits
This commit is contained in:
		
							parent
							
								
									f43c59c043
								
							
						
					
					
						commit
						75f427029b
					
				|  | @ -25,7 +25,7 @@ Connected Peers | |||
|       if (pow == units.length-1) break | ||||
|     } | ||||
| 
 | ||||
|     return parseFloat(temporal.toFixed(3)) + units[pow]+"Bytes" | ||||
|     return parseFloat(temporal.toFixed(2)) + units[pow]+"B" | ||||
|   } | ||||
| </script> | ||||
| <section class="content"> | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue