Skip to content

Commit

Permalink
fixes #11076 - Adds star to suggested environment, BZ1238768
Browse files Browse the repository at this point in the history
  • Loading branch information
cfouant committed Jul 10, 2015
1 parent cabd96a commit 560a999
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -48,7 +48,7 @@ angular.module('Bastion.content-views').controller('ContentViewPromotionControll
angular.forEach(path.environments, function (environment) {
environment.disabled = $scope.checkDisabled(environment, version.environments);
if ($scope.checkSuggested(environment, version.environments)) {
environment.customClass = 'fa fa-star';
environment.customClass = ['fa fa-star'];
}
});
});
Expand Down

0 comments on commit 560a999

Please sign in to comment.