-
Notifications
You must be signed in to change notification settings - Fork 897
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
Extracting physical ports of a switch to a new page #17593
Conversation
@felipedf where is name used that can't be changed to port_name? I'm not against this just want to make sure it is necessary. |
It is used here https://github.com/ManageIQ/manageiq-ui-classic/blob/master/app/controllers/mixins/generic_show_mixin.rb#L74 It happens when we try to access a detail page, this is the same workaround done here https://github.com/ManageIQ/manageiq/blob/master/app/models/guest_device.rb#L20 |
👍 thanks @felipedf |
Moving this PR to WIP for now since there is still some discussion ongoing on ManageIQ/manageiq-ui-classic#4141 |
This pull request is not mergeable. Please rebase and repush. |
c6d25b1
to
703380e
Compare
@agrare it is good to go, we might change the way we present the detail page for smaller components in a future, but let's keep with the way it is for now |
Checked commit felipedf@703380e with ruby 2.3.3, rubocop 0.52.1, haml-lint 0.20.0, and yamllint 1.10.0 |
Not sure why travis didn't start, closing and reopening to kick it |
Related to: ManageIQ/manageiq-ui-classic#4141