-
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
Adding Physical Chassis Location LED actions #4255
Adding Physical Chassis Location LED actions #4255
Conversation
7c6af15
to
71c412c
Compare
This pull request is not mergeable. Please rebase and repush. |
71c412c
to
a18d1dc
Compare
|
||
def self.display_methods | ||
%w(physical_chassis) | ||
end |
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.
you might need menu_section :physical_chassis
line here
@@ -0,0 +1,113 @@ | |||
module PhysicalChassisHelper::TextualSummary |
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.
Please, add tests for this helper. There should be enough example both simple and complex, many from your team. Thx!
- case @showtype | ||
- when "main" | ||
= render :partial => 'layouts/textual_groups_generic' | ||
- when "timeline" |
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.
Are you adding timeline? if not, you don't need this.
Hallo. Still waiting for the API PR, but I at least added some comments in-line so that you can move this PR forward. |
a18d1dc
to
f731359
Compare
Checked commit douglasgabriel@f731359 with ruby 2.3.3, rubocop 0.52.1, haml-lint 0.20.0, and yamllint 1.10.0 |
This PR is able to
Depends on
ManageIQ/manageiq#17668- Merged#4065- MergedManageIQ/manageiq-api#410- Merged