Change security scanner column to be more informative

This commit is contained in:
Joseph Schorr 2017-03-15 17:14:59 -04:00
parent 9297373bd6
commit 685bdf6814
6 changed files with 29 additions and 20 deletions

View file

@ -1,5 +1,5 @@
<span class="vulnerability-priority-view-element" ng-style="{'color': color}">
<i class="fa fa-exclamation-triangle"></i>
<i class="fa fa-exclamation-triangle" ng-show="hideIcon != 'true'"></i>
<span ng-transclude/>
{{ priority }}
</span>