Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[FIXED JENKINS-22964] added a filter for aborted builds
  • Loading branch information
mcupak committed May 10, 2014
1 parent e583448 commit 0bd3b63
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -150,6 +150,7 @@ function click2Change( status, last )
<a href="#" onclick="click2Change({0:true}, 0);">${%Successful}</a> -
<a href="#" onclick="click2Change({1:true}, 0);">${%Unstable}</a> -
<a href="#" onclick="click2Change({2:true}, 0);">${%Failed}</a> -
<a href="#" onclick="click2Change({4:true}, 0);">${%Aborted}</a> -
<a href="#" onclick="click2Change({3:true}, 0);">${%Not run}</a> -
<a href="#" onclick="click2Change({0:true,1:true,2:true,4:true}, 0);">${%Run}</a> -
<a href="#" onclick="click2Change({0:true,1:true,2:true,4:true}, 1);">${%Run in this build}</a> -
Expand Down

0 comments on commit 0bd3b63

Please sign in to comment.