Project

General

Profile

Actions

Bug #27378

closed

Make 'Deployment Options' radio buttons in policy wizard consistent with other pages

Added by Ondřej Pražák almost 6 years ago. Updated over 4 years ago.

Status:
Closed
Priority:
Normal
Target version:
-
Difficulty:
Triaged:
No
Fixed in Releases:
Found in Releases:

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>.

Actions

Also available in: Atom PDF