Revision 0f4902b7
Added by Renato Botelho over 9 years ago
src/usr/local/www/interfaces_lagg_edit.php | ||
---|---|---|
228 | 228 |
continue; |
229 | 229 |
} |
230 | 230 |
|
231 |
$memberlist['list'][$ifn] = $ifn . '(' . $ifinfo['mac'] . ')'; |
|
231 |
$memberlist['list'][$ifn] = $ifn . ' (' . $ifinfo['mac'] . ')';
|
|
232 | 232 |
|
233 | 233 |
if (stristr($pconfig['members'], $ifn)) { |
234 | 234 |
array_push($memberlist['selected'], $ifn); |
Also available in: Unified diff
Add a space between interface name and mac address