diff --git a/html/includes/graphs/customer/bits.inc.php b/html/includes/graphs/customer/bits.inc.php index c2174f94c6..b55b5541f7 100644 --- a/html/includes/graphs/customer/bits.inc.php +++ b/html/includes/graphs/customer/bits.inc.php @@ -1,22 +1,25 @@ $rrd_filename, + 'descr' => $port['hostname'] . '-' . $port['ifDescr'], + 'descr_in' => shorthost($port['hostname']), + 'descr_out' => makeshortif($port['ifDescr']), + ]; } } diff --git a/html/includes/table/customers.inc.php b/html/includes/table/customers.inc.php index 4841174de8..6782d26e15 100644 --- a/html/includes/table/customers.inc.php +++ b/html/includes/table/customers.inc.php @@ -1,17 +1,15 @@