commit
2a13eade80
35 changed files with 797 additions and 136 deletions
|
@ -69,7 +69,7 @@
|
|||
|
||||
$scope.isBuilding = function(build) {
|
||||
if (!build) { return true; }
|
||||
return build.phase != 'complete' && build.phase != 'error';
|
||||
return build.phase != 'complete' && build.phase != 'error' && build.phase != 'internalerror';
|
||||
};
|
||||
}
|
||||
})();
|
||||
})();
|
||||
|
|
Reference in a new issue