Bug #7392
Unmanage host and Disassociate host don't have button styling
Difficulty:
trivial
Triaged:
No
Pull request:
Description
Unmanage host and Disassociate host don't have button styling
History
#1
Updated by The Foreman Bot over 8 years ago
- Status changed from New to Ready For Testing
- Target version set to 1.7.4
- Pull request https://github.com/theforeman/foreman/pull/1751 added
- Pull request deleted (
)
#2
Updated by Jason Rist over 8 years ago
#3
Updated by Joseph Magen over 8 years ago
- Status changed from Ready For Testing to Closed
this regression was caused by 6803db16e801fb31fa8014ef43c0a8c42519f777, committed 7 days ago.
It affected `onContentLoad` which runs the code that adds `:class => btn` as part of `onContentLoad` for `title_action`
https://github.com/theforeman/foreman/blob/develop/app/assets/javascripts/application.js#L48
PR https://github.com/theforeman/foreman/pull/1734 fixes this other and another bug introduced by the same commit