Skip to content

Commit

Permalink
[JENKINS-22964] added a filter called Run for configurations built in…
Browse files Browse the repository at this point in the history
… the past
  • Loading branch information
mcupak committed May 10, 2014
1 parent 637e021 commit 069f31a
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({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> -
<a href="#" onclick="click2Change({0:true,1:true,2:true,3:true,4:true}, 0);">${%All}</a> -
<a href="#" onclick="click2Change({}, 0);">${%None}</a>
Expand Down

0 comments on commit 069f31a

Please sign in to comment.