From 0242ba34a9387b2018f9941616149e862af51ea6 Mon Sep 17 00:00:00 2001 From: Adam Amstrong Date: Sun, 24 Apr 2011 11:24:10 +0000 Subject: [PATCH] prettier neighbours. fix processor for non-unix git-svn-id: http://www.observium.org/svn/observer/trunk@2155 61d68cd4-352d-0410-923a-c4978735b2b8 --- html/includes/graphs/device/processor.inc.php | 2 +- html/pages/device/ports/neighbours.inc.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/html/includes/graphs/device/processor.inc.php b/html/includes/graphs/device/processor.inc.php index 43e52002f..14bc3fd38 100644 --- a/html/includes/graphs/device/processor.inc.php +++ b/html/includes/graphs/device/processor.inc.php @@ -7,7 +7,7 @@ if($config['os'][$device['os']]['processor_stacked'] == 1) { include("includes/graphs/device/processor_stack.inc.php"); } else { - include("includes/graphs/device/processor_seperate.inc.php"); + include("includes/graphs/device/processor_separate.inc.php"); } ?> diff --git a/html/pages/device/ports/neighbours.inc.php b/html/pages/device/ports/neighbours.inc.php index 300278a6f..6fe0abaf0 100644 --- a/html/pages/device/ports/neighbours.inc.php +++ b/html/pages/device/ports/neighbours.inc.php @@ -19,7 +19,7 @@ while($neighbour = mysql_fetch_assoc($query)) if ($bg_colour == $list_colour_b) { $bg_colour = $list_colour_a; } else { $bg_colour = $list_colour_b; } echo(''); - echo("".generate_port_link($neighbour)."
".$neighbour['ifAlias'].""); + echo(''.generate_port_link($neighbour).'
'.$neighbour['ifAlias'].''); if(is_numeric($neighbour['remote_interface_id']) && $neighbour['remote_interface_id']) {