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:
Adam Amstrong
2012-05-14 09:25:21 +00:00
parent b5323bad76
commit d3290236b7
+1 -1
View File
@@ -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";