mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Remove CSS class from interface dropdown, we do not have icons on RELENG_1.
This commit is contained in:
parent
0cece4a293
commit
dddf4c1639
@ -129,7 +129,7 @@ include("head.inc"); ?>
|
||||
<tr>
|
||||
<td width="17%" valign="top" class="vncellreq">Interface</td>
|
||||
<td width="83%" class="vtable">
|
||||
<select name="interface" class="formfld">
|
||||
<select name="interface">
|
||||
<?php $interfaces = get_configured_interface_with_descr();
|
||||
foreach ($interfaces as $iface => $ifacename): ?>
|
||||
<option value="<?=$iface;?>" <?php if (!$config['interfaces'][$iface]['bridge'] && $selectedif == $iface) echo "selected"; ?>>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user