Better handling of defcon1

This commit is contained in:
Joseph Schorr 2016-03-10 15:02:38 -05:00
parent 821b09daaf
commit a941b26a2d
7 changed files with 21 additions and 7 deletions

View file

@ -92,7 +92,7 @@
<td class="hidden-xs options-col"></td>
</thead>
<tbody ng-repeat="feature in orderedFeatures.visibleEntries" bindonce>
<tr>
<tr ng-class="feature.primarySeverity.index == 0 ? 'defcon1' : ''">
<td class="single-col">
<span bo-text="feature.name"></span>
</td>