This commit is contained in:
2016-05-05 00:24:23 -04:00
parent 1db5cbb600
commit 7834e892bf
2 changed files with 3 additions and 3 deletions

View File

@ -70,8 +70,8 @@ var startWorkers = function(clworker, stopPercent){
availContainers.push({
ip: data.ip,
name: name,
worker: worker,
label: worker.name+':'+name
worker: clworker,
label: clworker.name+':'+name
});
return startWorkers(clworker);
});