Bug #7082
Web UI glitch
Description
When changing a specific attribute for more than one host, the combo box[*] is not similar to other combo boxes[**] in Foreman.
[*] http://i.imgur.com/xfl2HpK.png
[**] http://i.imgur.com/v3ano1z.png
Associated revisions
fixes #7082 - combo box style in host multi-select popup windows
Fixing the combo-box style in app/views/hosts/select_multiple_* pages.
Using selectable_f from app/helpers/layout_helper.rb instead.
(cherry picked from commit e761f186357c9a0cae0a4df92fbd211ddaf8b6c5)
History
#1
Updated by Dominic Cleal over 8 years ago
- Status changed from New to Ready For Testing
- Assignee set to b sh
- Target version set to 1.7.5
- Legacy Backlogs Release (now unused) set to 10
- Pull request https://github.com/theforeman/foreman/pull/1689 added
- Pull request deleted (
)
#2
Updated by B Sh over 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset e761f186357c9a0cae0a4df92fbd211ddaf8b6c5.
fixes #7082 - combo box style in host multi-select popup windows
Fixing the combo-box style in app/views/hosts/select_multiple_* pages.
Using selectable_f from app/helpers/layout_helper.rb instead.