mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Change destination back to the field type for fields that allow an alias - they appear to work there (or at least doesn't say it is an error?).
This commit is contained in:
parent
b663d4ce60
commit
891012ce07
@ -413,7 +413,7 @@ function typesel_change() {
|
||||
<tr>
|
||||
<td><?=gettext("Address:"); ?> </td>
|
||||
<td>
|
||||
<input name="dst" type="text" class="formfld" id="dst" size="20" value="<?php if (!is_specialnet($pconfig['dst'])) echo htmlspecialchars($pconfig['dst']);?>">
|
||||
<input name="dst" type="text" autocomplete="off" class="formfldalias" id="dst" size="20" value="<?php if (!is_specialnet($pconfig['dst'])) echo htmlspecialchars($pconfig['dst']);?>">
|
||||
/
|
||||
<select name="dstmask" class="formselect" id="dstmask">
|
||||
<?php
|
||||
|
||||
Loading…
Reference in New Issue
Block a user