mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fix poller enabling graphs for display (#11743)
This commit is contained in:
@@ -55,7 +55,7 @@ class Graph
|
||||
|
||||
if ($device != null) {
|
||||
// find the MIB subtypes
|
||||
$graphs = $device->graphs();
|
||||
$graphs = $device->graphs->pluck('graph');
|
||||
|
||||
foreach (Config::get('graph_types') as $type => $type_data) {
|
||||
foreach (array_keys($type_data) as $subtype) {
|
||||
|
Reference in New Issue
Block a user