Actions
Bug #30656
closedEmpty run distribution chart in the dashboard
Description
When having more than one distribution widget on the dashboard, only the last one is getting rendered.
This happens because we mount the component on `div#run_distribution` that has multiple instances.
https://github.com/theforeman/foreman/blob/develop/app/views/dashboard/_distribution_widget.html.erb#L9
Files
Actions