From c3a95cdda9cfb161476d6dd5418561b9ef1445fa Mon Sep 17 00:00:00 2001 From: Justin Lentz Date: Tue, 12 Mar 2024 18:06:26 -0500 Subject: [PATCH] =?UTF-8?q?Revert=20"Fixed=20interfaces=20descriptions=20f?= =?UTF-8?q?or=20multiport=5Fbits=5Fseparate=20graphs=20type=E2=80=A6"=20(#?= =?UTF-8?q?15894)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 2928b51c3d8eefc9d98d7a7c0359f6ff568b3cd0. --- includes/html/graphs/multiport/bits_separate.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/html/graphs/multiport/bits_separate.inc.php b/includes/html/graphs/multiport/bits_separate.inc.php index 8915bd35f8..9435490c24 100644 --- a/includes/html/graphs/multiport/bits_separate.inc.php +++ b/includes/html/graphs/multiport/bits_separate.inc.php @@ -9,8 +9,8 @@ foreach (explode(',', $vars['id']) as $ifid) { $port = cleanPort($port); $rrd_list[$i]['filename'] = $rrd_file; $rrd_list[$i]['descr'] = format_hostname($port) . ' ' . $port['ifDescr']; - $rrd_list[$i]['descr_in'] = format_hostname($port) . ' ' . makeshortif($port['label']); - $rrd_list[$i]['descr_out'] = format_hostname($port) . ' ' . makeshortif($port['label']); + $rrd_list[$i]['descr_in'] = format_hostname($port); + $rrd_list[$i]['descr_out'] = makeshortif($port['label']); $i++; } }