diff --git a/src/main/webapp/static/global/scripts/common.js b/src/main/webapp/static/global/scripts/common.js index 314fe89af..bbf115de8 100644 --- a/src/main/webapp/static/global/scripts/common.js +++ b/src/main/webapp/static/global/scripts/common.js @@ -1164,6 +1164,8 @@ var getTotalLog=function(){ }else{ $(this).html("0"); } + }else{ + $(this).html("0"); } }); if(data.compileIds.length>0){ @@ -1204,6 +1206,10 @@ var GetLogTotal=function(_data){ totalTrs.each(function(){ $(this).html(timeout); }) + }else if(status !="success"){ + totalTrs.each(function(){ + $(this).html(failed); + }) } } });