Bug #27378
closedMake 'Deployment Options' radio buttons in policy wizard consistent with other pages
Description
Description of problem:
We have added new tab "Deployment Option" step in policy wizard. This tab contains three radio buttons used for selecting deployment option. Currently each radio button is in it's own "form-group" which is not consistent with other pages and makes automated testing difficult. It would be better if we could make this page similar to others, for example Infrastructure > subnets > create subnet page's "Protocol *" option, where all the radio buttons are in same form group and uses label class radio-inline for each radio button.
Probably the most important is relative position of <input> and <label>. Usually <input> is a child of <label>, while on this page <label> is uncle to <input>.
Updated by Aditi Puntambekar almost 6 years ago
- Subject changed from Make 'Deployment Options' radio buttons in policy wizard consistent with other pages to Make 'Deployment Options' radio buttons in policy wizard consistent with other pages
- Assignee set to Aditi Puntambekar
Updated by The Foreman Bot over 4 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman_openscap/pull/466 added
Updated by The Foreman Bot over 4 years ago
- Fixed in Releases foreman_openscap 4.2.0 added
Updated by Marek Hulán over 4 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman_openscap|b6db1fe5a795a3a2c97f3ed07321430a00a8723b.