-
Notifications
You must be signed in to change notification settings - Fork 898
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
Toolbar refactoring: Instance buttons #13076
Toolbar refactoring: Instance buttons #13076
Conversation
2cb5583
to
91b6e93
Compare
Waiting for #13052 |
91b6e93
to
dbd9ad6
Compare
@PanSpagetka @jzigmund could you review, pls? |
<pr_mergeability_checker />This pull request is not mergeable. Please rebase and repush. |
dbd9ad6
to
3c6bfd4
Compare
<pr_mergeability_checker />This pull request is not mergeable. Please rebase and repush. |
3c6bfd4
to
c18653a
Compare
<pr_mergeability_checker />This pull request is not mergeable. Please rebase and repush. |
c18653a
to
c2f6ebe
Compare
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 Compare and the Check Compliance buttons disappeared from 'All Instances' view, please fix it.
it { expect(subject.visible?).to be_truthy } | ||
end | ||
context 'when record is not OrchestrationStack' do | ||
let(:record) { FactoryGirl.create(:orchestration_stack) } |
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.
when record is not OrchestrationStack ? :-)
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.
Thanks, I'll have that corrected
@jzigmund I've just pushed your requested changes. Let me know, whether you're satisfied with all the rest. /cc @martinpovolny |
LOOKS GOOOOD 👍 |
<pr_mergeability_checker />This pull request is not mergeable. Please rebase and repush. |
…d correct the spec example titles to make more sense
35c6006
to
b854f40
Compare
Checked commits vecerek/manageiq@be8a8f5~...b854f40 with ruby 2.2.5, rubocop 0.37.2, and haml-lint 0.16.1 |
Created separate classes for the
instance_
prefixed buttons in#hide_button?
. I couldn't manage to test theinstance_retire
buttons in UI because an instance could not be made retired.Nothing happens after this message appears:
How to review
instance_check_compliance
instance_compare
instance_retire, instance_retire_now
I was not able to make the instances retire.
Links
Parent issue: #6259
Related issue: #6554
Pivotal Tracker: https://www.pivotaltracker.com/story/show/135535379