Fixed #5733
Correct "noWrap" in text areas. (Function is not actually used by anyone, but it might as well work just in case.
Merge pull request #2351 from NOYB/HTML_Compliance_-_Firewall_/_NAT/_1_1_/_Edit
Redmine #5731 Error when setting various system log settings from factory default config
Forum https://forum.pfsense.org/index.php?topic=104762.0
HTML Compliance - Firewall / NAT/ 1:1 / Edit
Bad value [0-9, a-z, A-Z and . for attribute pattern on element input: Unterminated character class<input class="form-control" name="src" id="src" type="text" pattern="[0-9, a-z, A-Z and ."><input class="form-control" name="dst" id="dst" type="text" pattern="[0-9, a-z, A-Z and .">
Redmine #5728 Fix delete row button in Firewall Schedule Edit
The calls to delete_row() were going off to some other delete_row() function and not doing what was needed.Give delete_row() here a unique name and it all works again.
Merge pull request #2347 from NOYB/HTML_Compliance_-_Firewall_/_NAT_/_Port_Forward_/_Edit
Merge pull request #2346 from NOYB/HTML_Compliance_-_Firewall_/_Aliases_/_Edit
Merge pull request #2345 from NOYB/HTML_Compliance_-_Services_Status_Widget
HTML Compliance - Firewall / NAT / Port Forward / Edit
Attribute min/max not allowed on element input at this point.<input class="form-control" name="srcbeginport_cust" id="srcbeginport_cust" type="text" value="any" min="1" max="65536"><input class="form-control" name="srcendport_cust" id="srcendport_cust" type="text" value="any" min="1" max="65536">...
View revisions
Also available in: Atom