Bug #21600
Panel 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
Associated revisions
History
#1
Updated by The Foreman Bot over 4 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/4990 added
#2
Updated by Tomer Brisker over 4 years ago
- Legacy Backlogs Release (now unused) set to 296
#3
Updated by Anonymous over 4 years ago
- % Done changed from 0 to 100
- Status changed from Ready For Testing to Closed
Applied in changeset 1c64490414bc880a82ac233b9c66ce0cad4dff6c.
Fixes #21600 - react-bootstrap Panel
Remove the Panel implementation and switch to use react-bootstrap
implementaion for panels.
http://projects.theforeman.org/issues/21600