-
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 container limits to container summary page #1401
Add container limits to container summary page #1401
Conversation
LGTM pending travis 👍 |
|
||
def collect_limit_items | ||
rows = [] | ||
@record.container_limit_items.each do |item| |
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.
use collect
instead of using temporaty variable rows
, please
Travis failure seems related. Please, take a look. |
b7f28b8
to
8ae4d0b
Compare
@zeari : removing the "pending" label, restarting travis... |
8ae4d0b
to
f40111d
Compare
Checked commit zeari@f40111d with ruby 2.2.6, rubocop 0.47.1, and haml-lint 0.20.0 app/helpers/container_helper/textual_summary.rb
|
@martinpovolny I think this is ready. |
Depends on ManageIQ/manageiq#15180(merged)@zakiva @nimrodshn Please review
cc @simon3z