Skip to content

Commit

Permalink
Merge pull request inex#638 from inex/issue-637
Browse files Browse the repository at this point in the history
[BF] - Patch Panels Customer View: State 'Reserved' appears white text on white background
  • Loading branch information
barryo authored Apr 21, 2020
2 parents a52261f + ffa11ed commit fb0f390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/Entities/PatchPanelPort.php
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ public function getStateCssClass()
elseif($this->isStateAwaitingXConnect()):
$class = 'danger';
else:
$class = 'default';
$class = 'info';
endif;
}

Expand Down

0 comments on commit fb0f390

Please sign in to comment.