Actions
Bug #21600
closedPanel component should be based on react-bootstrap
Description
We can remove all these files:
https://github.com/theforeman/foreman/tree/develop/webpack/assets/javascripts/react_app/components/common/Panel
And switch to use the react-bootstrap implementation:
https://react-bootstrap.github.io/components.html#panels
The only component who use this Panel is the ChartBox:
https://github.com/theforeman/foreman/blob/develop/webpack/assets/javascripts/react_app/components/statistics/ChartBox.js
Actions