Remove errant bracket from character class.
HTML Compliance - Firewall / NAT / Outbound / Edit
Bad value [0-9, a-z, A-Z and . for attribute pattern on element input: Unterminated character class<input class="form-control" name="source" id="source" type="text" pattern="[0-9, a-z, A-Z and ."><input class="form-control" name="destination" id="destination" type="text" value="" pattern="[0-9, a-z, A-Z and .">...
Fix interface list
Improve error message when the user forget to "Apply"
Add a default case for IPv6 in rc.banner, otherwise whatever trips first gets used for the later interfaces as well.
Further fix on saving shaper->queue->mask
Merge pull request #2352 from phil-davis/status_graph
Fixed #5733
Add back display description option for status_graph
The code that provides the data for this is already inbandwidth_by_ip.php in both 2.2.* and master 2.3.The description option is in the Display dropdown list in 2.2.*, but itgot missed in the bootstrap conversion and integration process....
Correct "noWrap" in text areas. (Function is not actually used by anyone, but it might as well work just in case.
View revisions
Also available in: Atom