mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Merge pull request #1131 from SaaldjorMike/wrong-graph-type
Fixed wrong graph type reference
This commit is contained in:
@ -45,7 +45,7 @@ foreach (dbFetchRows($sql, $param) as $entry) {
|
||||
if (!$ignore) {
|
||||
|
||||
if ($entry['ifInErrors'] > 0 || $entry['ifOutErrors'] > 0) {
|
||||
$error_img = generate_port_link($entry,"<img src='images/16/chart_curve_error.png' alt='Interface Errors' border=0>",errors);
|
||||
$error_img = generate_port_link($entry,"<img src='images/16/chart_curve_error.png' alt='Interface Errors' border=0>",port_errors);
|
||||
} else {
|
||||
$error_img = "";
|
||||
}
|
||||
|
Reference in New Issue
Block a user