mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
apply lazyload patch
This commit is contained in:
@@ -59,7 +59,7 @@ if (count($mempools)) {
|
||||
$graph_array['height'] = 20;
|
||||
$graph_array['bg'] = 'ffffff00';
|
||||
// the 00 at the end makes the area transparent.
|
||||
$minigraph = generate_graph_tag($graph_array);
|
||||
$minigraph = generate_lazy_graph_tag($graph_array);
|
||||
|
||||
echo '<tr>
|
||||
<td>'.overlib_link($link, $text_descr, $overlib_content).'</td>
|
||||
|
Reference in New Issue
Block a user