From facd9d571ca3f29a2e64fe8a4e06366f25569ee2 Mon Sep 17 00:00:00 2001 From: phamt Date: Fri, 10 Sep 2010 16:35:53 +0000 Subject: [PATCH] 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 --- xCAT-UI/js/custom/zvmUtils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-UI/js/custom/zvmUtils.js b/xCAT-UI/js/custom/zvmUtils.js index 49e9a6b1b..8c6b992ea 100644 --- a/xCAT-UI/js/custom/zvmUtils.js +++ b/xCAT-UI/js/custom/zvmUtils.js @@ -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( {