mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Revert "Fixed interfaces descriptions for multiport_bits_separate graphs type…" (#15894)
This reverts commit 2928b51c3d
.
This commit is contained in:
@@ -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++;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user