Better handling of defcon1
This commit is contained in:
parent
821b09daaf
commit
a941b26a2d
7 changed files with 21 additions and 7 deletions
|
@ -98,7 +98,7 @@
|
|||
<td class="hidden-xs options-col"></td>
|
||||
</thead>
|
||||
<tbody ng-repeat="vuln in orderedVulnerabilities.visibleEntries" bindonce>
|
||||
<tr>
|
||||
<tr ng-class="vuln.severityInfo.index == 0 ? 'defcon1' : ''">
|
||||
<td class="caret-col">
|
||||
<span ng-click="toggleDetails(vuln)">
|
||||
<i class="fa"
|
||||
|
|
Reference in a new issue