-
Notifications
You must be signed in to change notification settings - Fork 900
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
[WIP] Containers Dashboard: Support hourly and realtime trends #13112
Conversation
@miq-bot add_label enhancement, providers/containers, ui, wip |
@zakiva we wanted also to display realtime in case hourly are not available. Is that possible? |
d566681
to
9c82355
Compare
Yes, I have added support for displaying "realtime" data as well. |
9c82355
to
6ad1ea8
Compare
Checked commit zakiva@6ad1ea8 with ruby 2.2.5, rubocop 0.37.2, and haml-lint 0.16.1 app/services/container_dashboard_service.rb
|
@zakiva what is missing to remove all the "wip"s? |
LGTM 👍 p.s. |
<pr_mergeability_checker />This pull request is not mergeable. Please rebase and repush. |
Moved to ManageIQ/manageiq-ui-classic#33, closing. |
In case that there are no daily trends yet, we would like to display hourly trends instead.
Currently added support only in the Network Utilization card, still need to add support in the rest of the dashboard cards.