Skip to content

Commit

Permalink
Merge pull request #27 from jpobeda/develop
Browse files Browse the repository at this point in the history
Awesome!
  • Loading branch information
cigamit authored Aug 31, 2017
2 parents 9a1e9b1 + 9736842 commit bc14603
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 bc14603

Please sign in to comment.