Skip to content

Commit

Permalink
Bug 1195381 - Provide an unclassified count ID for webqa testing
Browse files Browse the repository at this point in the history
  • Loading branch information
tojon committed Aug 17, 2015
1 parent 19a089d commit c0c553e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ui/partials/main/thWatchedRepoNavPanel.html
Expand Up @@ -10,7 +10,8 @@
title="Loaded failures / Toggle filtering for unclassified failures"
tabindex="0" role="button"
ng-class="{'btn-unclassified-failures': getUnclassifiedFailureCount(repoName), 'btn-view-nav': getUnclassifiedFailureCount(repoName)===0}">
<span>{{ getUnclassifiedFailureCount(repoName) }}</span> unclassified
<span id="unclassified-failure-count">
{{getUnclassifiedFailureCount(repoName)}}</span> unclassified
</span>

<!--Toggle Tier-1 jobs only Button-->
Expand Down

0 comments on commit c0c553e

Please sign in to comment.