-
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
Add features to physical servers pages #14709
Add features to physical servers pages #14709
Conversation
gabrielsvinha
commented
Apr 10, 2017
•
edited
Loading
edited
- Adds operations for physical server buttons.
- Adds modify actions for physical server buttons.
Gabriel this overlaps with #14028 |
db/fixtures/miq_product_features.yml
Outdated
@@ -6399,8 +6399,54 @@ | |||
:identifier: physical_server_show_list | |||
- :name: Show | |||
:description: Display Individual Physical Server | |||
:feature_type: view | |||
:feature_type: view |
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, remove the extra space here
thx!
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.
Done.
@gabrielsvinha : does this really depend on the UI PR? I guess it's the other way round, isn't it?We need this one to merge first, right? I think that we can merge this except for the extra space. @rodneyhbrown7 : do you agree or should #14028 be merged first? |
@martinpovolny you're right. UI depends on this one, thnks. |
Checked commits https://github.com/lenovo/manageiq/compare/671db9a91da149a78a6bf908892ee0e5a6131d0d~...d28394d2d5919c43080bb9efa9170d08f64edf65 with ruby 2.2.6, rubocop 0.47.1, and haml-lint 0.20.0 |
Removes spaces from miq product features
Agreed this one can be merged first. |