mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-27 16:08:55 +02: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