mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Correctly show interface names on the tabs.
This commit is contained in:
parent
28115e329a
commit
be94bb10d6
@ -53,7 +53,7 @@ foreach ($ifdescrs as $ifname => $ifdesc) {
|
||||
if (!is_ipaddr($oc['ipaddr']) && $is_olsr_enabled)
|
||||
$singleif_nostaticip = true;
|
||||
else if ($oc['if'] && (!$oc['bridge']))
|
||||
$iflist[$ifname] = $ifdesc['descr'];
|
||||
$iflist[$ifname] = $ifdesc;
|
||||
}
|
||||
|
||||
/* set the starting interface */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user