mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Merge pull request #2346 from NOYB/HTML_Compliance_-_Firewall_/_Aliases_/_Edit
This commit is contained in:
commit
09e989f9bc
@ -699,7 +699,7 @@ while ($counter < count($addresses)) {
|
||||
'address' . $counter,
|
||||
'Address',
|
||||
$address
|
||||
))->addMask('address_subnet' . $counter, $address_subnet)->setWidth(4)->setPattern('[0-9, a-z, A-Z and .');
|
||||
))->addMask('address_subnet' . $counter, $address_subnet)->setWidth(4)->setPattern('[a-zA-Z0-9\-\.\:]+');
|
||||
|
||||
$group->add(new Form_Input(
|
||||
'detail' . $counter,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user