mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Save a little space on the interface list for console assignment.
This commit is contained in:
parent
d2903c0cab
commit
ca90133bf6
@ -84,8 +84,8 @@ EOD;
|
||||
$iflist = array();
|
||||
} else {
|
||||
foreach ($iflist as $iface => $ifa) {
|
||||
echo sprintf("% -6s%s%s\t%s\n", $iface, $ifa['mac'],
|
||||
$ifa['up'] ? " (up)" : " (down)", $ifa['dmesg']);
|
||||
echo sprintf("% -6s%s %s %s\n", $iface, $ifa['mac'],
|
||||
$ifa['up'] ? " (up)" : "(down)", $ifa['dmesg']);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user