mirror of
				https://github.com/librenms/librenms.git
				synced 2024-10-07 16:52:45 +00:00 
			
		
		
		
	Put graphs correctly in a row
This commit is contained in:
		@@ -71,6 +71,8 @@ foreach ($periods as $period) {
 | 
			
		||||
        $graph_data[] = overlib_link($link, generate_lazy_graph_tag($graph_array), generate_graph_tag($graph_array_zoom),  NULL);
 | 
			
		||||
    }
 | 
			
		||||
    else {
 | 
			
		||||
        echo "<div class='col-md-3'>";
 | 
			
		||||
        echo(overlib_link($link, generate_lazy_graph_tag($graph_array), generate_graph_tag($graph_array_zoom),  NULL));
 | 
			
		||||
        echo "</div>";
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user