fix mempool links from overview (#12348)

This commit is contained in:
Tony Murray
2020-11-24 07:50:35 -06:00
committed by GitHub
parent 304ebc08ad
commit 4edf30e5fb

View File

@ -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;