mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Allow a dummy none options so cloned interfaces like gif/gre can be assigned safely.
This commit is contained in:
parent
2995a723fb
commit
792bd57206
@ -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(" ", "Static DHCP PPPoE PPTP"); // CarpDEV-DHCP");
|
||||
<?php $opts = split(" ", "none 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(" ", "Static DHCP PPPoE PPTP"); // CarpDEV-DHCP");
|
||||
<?php $opts = split(" ", "none 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