Bug 1195381 - Provide an unclassified count ID for webqa testing

This commit is contained in:
Jonathan French 2015-08-17 12:35:25 -04:00
Родитель 19a089de4b
Коммит c0c553e62d
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -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-->