Changed where output is placed.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11412 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		| @@ -1923,8 +1923,8 @@ function connect2GuestLan(data) { | ||||
| 	var lanOwner = args[3].replace('owner=', ''); | ||||
| 	 | ||||
| 	// Write ajax response to status bar | ||||
| 	var prg = writeRsp(rsp, node + ': ');	 | ||||
| 	$('#' + node + 'StatusBar').append(prg);	 | ||||
| 	var prg = writeRsp(rsp, node + ': '); | ||||
| 	$('#' + node + 'StatusBar').find('div').append(prg); | ||||
| 			 | ||||
| 	// Connect NIC to Guest LAN | ||||
| 	$.ajax( { | ||||
| @@ -1957,8 +1957,8 @@ function connect2VSwitch(data) { | ||||
| 	var vswitchName = args[2].replace('vsw=', ''); | ||||
| 	 | ||||
| 	// Write ajax response to status bar | ||||
| 	var prg = writeRsp(rsp, node + ': ');	 | ||||
| 	$('#' + node + 'StatusBar').append(prg);	 | ||||
| 	var prg = writeRsp(rsp, node + ': '); | ||||
| 	$('#' + node + 'StatusBar').find('div').append(prg); | ||||
|  | ||||
| 	// Connect NIC to VSwitch | ||||
| 	$.ajax( { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user