mirror of
				https://github.com/Ylianst/MeshCentral.git
				synced 2025-03-09 15:40:18 +00:00 
			
		
		
		
	Report improvements.
This commit is contained in:
		
							parent
							
								
									9563f34700
								
							
						
					
					
						commit
						fa34e72001
					
				
					 2 changed files with 3 additions and 3 deletions
				
			
		|  | @ -5458,8 +5458,8 @@ module.exports.CreateMeshUser = function (parent, db, ws, req, args, domain, use | |||
| 
 | ||||
|                         // Add traffic colums
 | ||||
|                         if (command.showTraffic) { | ||||
|                             data.columns.push({ id: 'bytesin', title: "Bytes In", format: 'bytes', align: 'center', sumBy: 'protocol' }); | ||||
|                             data.columns.push({ id: 'bytesout', title: "Bytes Out", format: 'bytes', align: 'center', sumBy: 'protocol' }); | ||||
|                             data.columns.push({ id: 'bytesin', title: "bytesin", format: 'bytes', align: 'center', sumBy: 'protocol' }); | ||||
|                             data.columns.push({ id: 'bytesout', title: "bytesout", format: 'bytes', align: 'center', sumBy: 'protocol' }); | ||||
|                         } | ||||
| 
 | ||||
|                         // Rows
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue