mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Not sure what a type of none is, it breaks our dropdown ordering.
This commit is contained in:
parent
f281e32e68
commit
afd8ae1e20
@ -747,7 +747,7 @@ function show_mon_config() {
|
||||
<tr>
|
||||
<td valign="middle" class="vncell"><strong>Type</strong></td>
|
||||
<td class="vtable"> <select name="type" class="formselect" id="type" onchange="type_change()">
|
||||
<?php $opts = split(" ", "none Static DHCP PPPoE PPTP"); // CarpDEV-DHCP");
|
||||
<?php $opts = split(" ", "Static DHCP PPPoE PPTP"); // CarpDEV-DHCP");
|
||||
foreach ($opts as $opt): ?>
|
||||
<option <?php if ($opt == $pconfig['type']) echo "selected";?>>
|
||||
<?=htmlspecialchars($opt);?>
|
||||
|
||||
@ -747,7 +747,7 @@ function show_mon_config() {
|
||||
<tr>
|
||||
<td valign="middle" class="vncell"><strong>Type</strong></td>
|
||||
<td class="vtable"> <select name="type" class="formselect" id="type" onchange="type_change()">
|
||||
<?php $opts = split(" ", "none Static DHCP PPPoE PPTP"); // CarpDEV-DHCP");
|
||||
<?php $opts = split(" ", "Static DHCP PPPoE PPTP"); // CarpDEV-DHCP");
|
||||
foreach ($opts as $opt): ?>
|
||||
<option <?php if ($opt == $pconfig['type']) echo "selected";?>>
|
||||
<?=htmlspecialchars($opt);?>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user