Bug #29761
host configuration charts have extra top margin
Pull request:
Fixed in Releases:
Found in Releases:
Associated revisions
History
#1
Updated by Tomer Brisker about 2 years ago
- Subject changed from host configuration carts have extra top margin to host configuration charts have extra top margin
#2
Updated by The Foreman Bot about 2 years ago
- Assignee set to Tomer Brisker
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/7654 added
#3
Updated by The Foreman Bot about 2 years ago
- Fixed in Releases 2.2.0 added
#4
Updated by Tomer Brisker about 2 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset a68ffcb24319e30c1724de40f1a445f77d86c319.
#5
Updated by Tomer Brisker about 2 years ago
- Fixed in Releases 2.1.0 added
- Fixed in Releases deleted (
2.2.0)
#6
Updated by The Foreman Bot almost 2 years ago
- Pull request https://github.com/theforeman/foreman/pull/7975 added
Fixes #29761 - correct config status chart layout
`host-configuration-chart` class was used for both the widget and the
chart iteslf, causing the title to be displayed with incorrect margins.
Since widget classes are saved to the database, a migration was added to
update the class name in the db as well. Some styling cleanup was done
as well.