mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
fix mempool links from overview (#12348)
This commit is contained in:
@ -69,7 +69,7 @@ if ($mempools->isNotEmpty()) {
|
||||
'legend' => 'no',
|
||||
];
|
||||
|
||||
$link = Url::generate(['page' => 'graphs'], Arr::only($graph, ['id', 'type', 'from']));
|
||||
$link = Url::generate(['page' => 'graphs'], Arr::only($graph_array, ['id', 'type', 'from']));
|
||||
$overlib_content = generate_overlib_content($graph_array, DeviceCache::getPrimary()->hostname . ' - ' . $mempool->mempool_descr);
|
||||
|
||||
$graph_array['width'] = 80;
|
||||
|
Reference in New Issue
Block a user