Captive Portal auth method is required
When creating a new Captive Portal Zone the user can fail to select any of the Authorization Method radio buttons. No default radio button is selected - that is probably good, as the user has to think and click to decide which authorization method they will use....
Revert change to css
Merge pull request #3424 from phil-davis/patch-8
Merge pull request #3438 from phil-davis/required-fields-shaper-name
Require Name field in Shaper
change opacity on disabled rows to fix #6448
Require at least one tag value in a QinQ entry
Use is_intrange() to validate QinQ tag range
Note: is_intrange() only tells us that the range is good and might be delimited by a "-" or a ":", so if we want to take apart the 2 parts of the range (like is done here) we have to also test the string to decide which separator to use....
Merge pull request #3435 from phil-davis/required-fields6
Introduce is_intrange() to validate a range of integers delimited by ':' or '-'
View revisions
Also available in: Atom