-
Notifications
You must be signed in to change notification settings - Fork 356
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
Add missing styling to user input filter modal #5208
Conversation
@miq-bot add_reviewer @h-kataria |
@miq-bot add_label formatting/styling, bug |
@@ -23,19 +23,25 @@ | |||
options_for_select([_("<Choose>")] + MiqExpression.get_entry_details(@edit[:qs_tokens][token][:tag]).sort_by { |desc, _name| desc.downcase }, | |||
nil), | |||
:multiple => false, | |||
:class => "widthed", | |||
:class => "selectpicker", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The hash rockets should be aligned with the rest (same for other changes like this in this PR).
Checked commit https://github.com/epwinchell/manageiq-ui-classic/commit/0b47291582192bf8a3202192e4d461eca0824dd0 with ruby 2.3.3, rubocop 0.52.1, haml-lint 0.20.0, and yamllint 1.10.0 **
|
@epwinchell Can this be |
@miq-bot add_label hammer/yes |
Add missing styling to user input filter modal (cherry picked from commit 6c700cc) https://bugzilla.redhat.com/show_bug.cgi?id=1672704
Hammer backport details:
|
This PR adds the missing bootstrap select styling from the user input filter modal
https://bugzilla.redhat.com/show_bug.cgi?id=1670458
Before
After