From d3290236b7050588f3a569293d51053b4d2528b8 Mon Sep 17 00:00:00 2001 From: Adam Amstrong Date: Mon, 14 May 2012 09:25:21 +0000 Subject: [PATCH] fix c6k crossbar graph git-svn-id: http://www.observium.org/svn/observer/trunk@3178 61d68cd4-352d-0410-923a-c4978735b2b8 --- html/pages/device/overview/c6kxbar.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/pages/device/overview/c6kxbar.inc.php b/html/pages/device/overview/c6kxbar.inc.php index f0021a546..e1d7dd59e 100644 --- a/html/pages/device/overview/c6kxbar.inc.php +++ b/html/pages/device/overview/c6kxbar.inc.php @@ -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";