Actions
Bug #16777
closedContent View Filter Rule version dropdown menu should place the input textbox to the right of the version dropdown
Difficulty:
easy
Triaged:
Bugzilla link:
Pull request:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1381250
Description of problem:
The dropdown menu for content view filter rule version (all versions, equal to, greater than, etc.) should make room for the text box that shows when the user selects any option other than "All Versions" so that the text box is displayed to the right of the dropdown field rather than below it.
Version-Release number of selected component (if applicable):
Reproducible in Satellite 6.2
How reproducible:
Always
Steps to Reproduce:
1. Create a content view package filter
2. In the new rule view, select "Greater Than"
Actual results:
The text box is shown below the drop down
Expected results:
The text box(es) should be shown to the right of the drop down
Additional info:
The drop down is a class=col-sm-12 to begin with and changes to a class=col-sm-7 when showing anything but the "all" option. The issue is that the class=col-sm-12 is not toggled off when the class=col-sm-7 is added.
Actions