mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-07-28 15:21:11 +00:00
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:
@@ -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
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user