css changes. fixes to graph browser.

git-svn-id: http://www.observium.org/svn/observer/trunk@2573 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2011-09-26 12:16:05 +00:00
parent 0a253c1073
commit e394048ee4
5 changed files with 25 additions and 14 deletions

View File

@@ -34,7 +34,7 @@ foreach ($ports as $port)
$link_array['page'] = "graphs";
unset($link_array['height'], $link_array['width'], $link_array['legend']);
$link = generate_url($link_array);
$overlib_content = generate_overlib_content($graph_array, $device['hostname'] . " - " . $port['ifDescr']);
$overlib_content = generate_overlib_content($graph_array, $port['hostname'] . " - " . $port['label']);
$graph_array['title'] = "yes";
$graph_array['width'] = 315; $graph_array['height'] = 119;
$graph = generate_graph_tag($graph_array);