-
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 a type column to the list of images in the pre-prov flow #618
Add a type column to the list of images in the pre-prov flow #618
Conversation
@gmcculloug @tzumainn please review |
Would it make sense to have the Type column next to the Name column? That matches the other updated Images table. Just let me know if you disagree! Other than that, looks great! I've verified that it works and properly distinguishes between images and snapshots. |
Would agree with @tzumainn that we should be consistent. Only wish I knew what other "Images table" you were referring to. 😕 |
@gmcculloug Ah, you can see it here: ManageIQ/manageiq#12970 It's the listing of images that you get when you click on 'Images' from the providers table. |
@tzumainn @gmcculloug any thoughts on moving the column position? Is this ready to go? |
@mansam can you move the type column to something approximating what you did on the other PR? @dclarizio this one depends on ManageIQ/manageiq#12970, which has not yet been merged |
This better matches the Cloud Image's column placement. This commit also makes the pre_prov view entirely responsible for ordering the columns rather than sharing that responsibility with the MiqRequestMethods module.
Checked commits mansam/manageiq-ui-classic@e83c31f~...3481b46 with ruby 2.2.6, rubocop 0.47.1, and haml-lint 0.20.0 app/views/miq_request/_pre_prov.html.haml
|
@tzumainn @dclarizio The type column's been moved to the right of the name column to better match the pending Cloud Image view changes. Changing the column order meant I had to either rearrange the hash in |
👍 re-tested, looks good to me! |
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.
LGTM
@dclarizio Hi! The PR upon which this depends was merged - can this one be merged now? |
This adds a type column to the pre-provision image-select screen to differentiate images from snapshots.
Depends upon ManageIQ/manageiq#12970