Bug #14506
Use new button helpers
Status:
Closed
Priority:
Normal
Assignee:
Category:
Foreman
Target version:
Fixed in Releases:
Found in Releases:
Description
Some buttons aren't rendering with the right CSS anymore.
Related issues
Associated revisions
History
#1
Updated by Stephen Benjamin about 6 years ago
- Related to Refactor #12979: Add a helper for primary buttons added
#2
Updated by The Foreman Bot about 6 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman_remote_execution/pull/170 added
#3
Updated by Marek Hulán about 6 years ago
- Legacy Backlogs Release (now unused) set to 156
#4
Updated by Anonymous about 6 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset foreman_plugin|2c5e5b862d8e5ec95859cd7a1bab18e51c9a7307.
#5
Updated by Ohad Levy about 6 years ago
- Related to Bug #15475: btn misses css class under console view added
fixes #14506 - use new_link helpers, and use button css (#170)
Foreman now provides a new_link helper for creating new objects. We
need to use that on the Job Templates and Invocations pages.
Additionally, other places like Host "Run Job", we need to explicitly
set the btn btn-default CSS.