mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 08:02:41 +02:00
fix c6k crossbar graph
git-svn-id: http://www.observium.org/svn/observer/trunk@3178 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -54,7 +54,7 @@ foreach ($entity_state['group']['c6kxbar'] as $index => $entry)
|
||||
$graph_array['height'] = "100";
|
||||
$graph_array['width'] = "210";
|
||||
$graph_array['to'] = $config['time']['now'];
|
||||
$graph_array['id'] = $device['device_id'];
|
||||
$graph_array['device'] = $device['device_id'];
|
||||
$graph_array['mod'] = $index;
|
||||
$graph_array['chan'] = $subindex;
|
||||
$graph_array['type'] = "c6kxbar_util";
|
||||
|
||||
Reference in New Issue
Block a user