1.解决冲突
This commit is contained in:
@@ -1164,6 +1164,8 @@ var getTotalLog=function(){
|
|||||||
}else{
|
}else{
|
||||||
$(this).html("0");
|
$(this).html("0");
|
||||||
}
|
}
|
||||||
|
}else{
|
||||||
|
$(this).html("0");
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
if(data.compileIds.length>0){
|
if(data.compileIds.length>0){
|
||||||
@@ -1204,6 +1206,10 @@ var GetLogTotal=function(_data){
|
|||||||
totalTrs.each(function(){
|
totalTrs.each(function(){
|
||||||
$(this).html(timeout);
|
$(this).html(timeout);
|
||||||
})
|
})
|
||||||
|
}else if(status !="success"){
|
||||||
|
totalTrs.each(function(){
|
||||||
|
$(this).html(failed);
|
||||||
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user