mirror of
				https://github.com/librenms/librenms.git
				synced 2024-10-07 16:52:45 +00:00 
			
		
		
		
	fix: Patch generic_multi graph to fix legend overflow #5766
This commit is contained in:
		
				
					committed by
					
						
						Neil Lathwood
					
				
			
			
				
	
			
			
			
						parent
						
							48f0867ef9
						
					
				
				
					commit
					5f35800d9d
				
			@@ -21,7 +21,8 @@ if ($width > '500') {
 | 
			
		||||
    $descr_len = 24;
 | 
			
		||||
} else {
 | 
			
		||||
    $descr_len  = 12;
 | 
			
		||||
    $descr_len += round(($width - 250) / 8);
 | 
			
		||||
    # FIXME - Presently overflows graph
 | 
			
		||||
    #$descr_len += round(($width - 250) / 8);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
if ($nototal) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user