diff --git a/html/includes/graphs/port/auth.inc.php b/html/includes/graphs/port/auth.inc.php index 74f3ef23c..a11959eb3 100644 --- a/html/includes/graphs/port/auth.inc.php +++ b/html/includes/graphs/port/auth.inc.php @@ -6,6 +6,9 @@ if (is_numeric($vars['id']) && ($auth || port_permitted($vars['id']))) $device = device_by_id_cache($port['device_id']); $title = generate_device_link($device); $title .= " :: Port ".generate_port_link($port); + if ($port['ifAlias']!='') { + $title .= ", ".$port['ifAlias']; + } $graph_title = shorthost($device['hostname']) . "::" . strtolower(makeshortif($port['ifDescr']));