Skip to content

Commit

Permalink
Bug 1407807 - Remove Tier as a choice from the job filter field dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
tojon authored and Cameron Dawson committed Oct 13, 2017
1 parent 070a94d commit df56f2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/partials/main/thActiveFiltersBar.html
Expand Up @@ -31,6 +31,7 @@
required>
<option value="" disabled selected>select filter field</option>
<option ng-repeat="(field, obj) in fieldChoices"
ng-if="obj.name !== 'tier'"
value="{{::field}}">{{::obj.name}}</option>
</select>
<label class="sr-only" for="job-filter-value">Value</label>
Expand Down

0 comments on commit df56f2c

Please sign in to comment.