Revert "Fixed interfaces descriptions for multiport_bits_separate graphs type…" (#15894)

This reverts commit 2928b51c3d.
This commit is contained in:
Justin Lentz
2024-03-12 18:06:26 -05:00
committed by GitHub
parent d90a704fcb
commit c3a95cdda9

View File

@@ -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++;
}
}