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

Add missing styling to user input filter modal #5208

Merged
merged 1 commit into from
Jan 30, 2019
Merged

Add missing styling to user input filter modal #5208

merged 1 commit into from
Jan 30, 2019

Conversation

epwinchell
Copy link
Contributor

This PR adds the missing bootstrap select styling from the user input filter modal

https://bugzilla.redhat.com/show_bug.cgi?id=1670458

Before
screen shot 2019-01-29 at 3 41 10 pm

After
screen shot 2019-01-29 at 3 40 39 pm

@epwinchell
Copy link
Contributor Author

@miq-bot add_reviewer @h-kataria

@miq-bot miq-bot requested a review from h-kataria January 29, 2019 20:42
@epwinchell
Copy link
Contributor Author

@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",
Copy link
Contributor

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).

@miq-bot
Copy link
Member

miq-bot commented Jan 30, 2019

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
1 file checked, 1 offense detected

**

  • 💣 💥 🔥 🚒 - Linter/Haml - Linter::Haml STDERR:
warning: parser/current is loading parser/ruby23, which recognizes
warning: 2.3.6-compliant syntax, but you are running 2.3.3.
warning: please see https://github.com/whitequark/parser#compatibility-with-ruby-mri.

@h-kataria h-kataria self-assigned this Jan 30, 2019
@h-kataria h-kataria added this to the Sprint 104 Ending Feb 04, 2019 milestone Jan 30, 2019
@h-kataria h-kataria merged commit 6c700cc into ManageIQ:master Jan 30, 2019
@simaishi
Copy link
Contributor

simaishi commented Feb 5, 2019

@epwinchell Can this be hammer/yes?

@epwinchell
Copy link
Contributor Author

@miq-bot add_label hammer/yes

simaishi pushed a commit that referenced this pull request Feb 5, 2019
 Add missing styling to user input filter modal

(cherry picked from commit 6c700cc)

https://bugzilla.redhat.com/show_bug.cgi?id=1672704
@simaishi
Copy link
Contributor

simaishi commented Feb 5, 2019

Hammer backport details:

$ git log -1
commit b27f82b0b79741f6b71b051049901204f2972cbb
Author: Harpreet Kataria <[email protected]>
Date:   Wed Jan 30 12:51:07 2019 -0500

    Merge pull request #5208 from epwinchell/1670458
    
     Add missing styling to user input filter modal
    
    (cherry picked from commit 6c700cc3f92a0f6ffb1f19621929ed9ee54b3b86)
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1672704

@epwinchell epwinchell deleted the 1670458 branch March 20, 2019 15:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants