Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refs #3571 - add filter for notice level in report #1094

Closed
wants to merge 1 commit into from
Closed

refs #3571 - add filter for notice level in report #1094

wants to merge 1 commit into from

Conversation

mmoll
Copy link
Contributor

@mmoll mmoll commented Dec 16, 2013

No description provided.

$('.label-info').closest('tr').show();
$('.label-default').closest('tr').show();
$('.label-warning').closest('tr').show();
$('.label-important').closest('tr').show();
}
if(level == 'notice'){
$('.label-info').closest('tr').show();
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

as in bootstrap grey is the color for the "default" label and blue for the "info" label, this is slightly confusing

@domcleal
Copy link
Contributor

Thanks @mmoll! Merged as 51a63dc for Foreman 1.4.0. I added a little comment to explain about the weird class name mapping.

@domcleal domcleal closed this Dec 18, 2013
@mmoll mmoll deleted the 3571 branch January 5, 2014 02:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants