mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fix mini graphs (#12738)
Remove the polyfill, if the noscript tag isn't removed it breaks graphs Ajax tables should not use lazy loading anyway...
This commit is contained in:
@@ -110,7 +110,7 @@ class MempoolsController extends TableController
|
||||
|
||||
$link = Url::generate(['page' => 'graphs'], Arr::only($graph, ['id', 'type', 'from']));
|
||||
|
||||
return Url::overlibLink($link, Url::lazyGraphTag($graph), Url::graphTag(['height' => 150, 'width' => 400] + $graph));
|
||||
return Url::overlibLink($link, Url::graphTag($graph), Url::graphTag(['height' => 150, 'width' => 400] + $graph));
|
||||
}
|
||||
|
||||
private function barLink(Mempool $mempool)
|
||||
|
Reference in New Issue
Block a user