Project

General

Profile

« Previous | Next » 

Revision 0f4902b7

Added by Renato Botelho over 9 years ago

Add a space between interface name and mac address

View differences:

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