fix build xCAT-UI error

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9919 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
xq2005 2011-06-24 06:23:08 +00:00
parent f3d2e73ec9
commit a86e923469

View File

@ -322,7 +322,7 @@ function loadGroups(data) {
*
* @return
*/
function drawNodesArea(targetgroup, arguments, message){
function drawNodesArea(targetgroup, cmdargs, message){
// Clear nodes division
$('#nodes').empty();
@ -352,7 +352,7 @@ function drawNodesArea(targetgroup, arguments, message){
data : {
cmd : 'nodels',
tgt : targetgroup,
args : arguments,
args : cmdargs,
msg : message
},