mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-31 11:22:27 +00:00 
			
		
		
		
	Changed code for getting network details based on output change.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7411 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		| @@ -1402,7 +1402,7 @@ function getNetwork(data) { | ||||
| 		for ( var i = 1; i < networks.length; i++) { | ||||
| 			var args = networks[i].split(' '); | ||||
| 			var type = args[0]; | ||||
| 			var name = args[1]; | ||||
| 			var name = args[2]; | ||||
|  | ||||
| 			// Get network details | ||||
| 			$.ajax( { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user