Skip to content

Commit

Permalink
Update mactrack_functions.php
Browse files Browse the repository at this point in the history
Old reference. Interfaces UP weren't showing the right color.
  • Loading branch information
jpobeda authored Aug 30, 2017
1 parent 9a1e9b1 commit 9736842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mactrack_functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -2680,7 +2680,7 @@ function mactrack_int_row_class($stat) {
} elseif ($stat['ifOperStatus'] == '0') {
return 'int_down';
} else {
return 'int_up_bgc';
return 'int_up';
}
}

Expand Down

0 comments on commit 9736842

Please sign in to comment.