Change security scanner column to be more informative
This commit is contained in:
parent
9297373bd6
commit
685bdf6814
6 changed files with 29 additions and 20 deletions
|
@ -9,7 +9,8 @@ angular.module('quay').directive('vulnerabilityPriorityView', function () {
|
|||
transclude: true,
|
||||
restrict: 'C',
|
||||
scope: {
|
||||
'priority': '=priority'
|
||||
'priority': '=priority',
|
||||
'hideIcon': '@hideIcon'
|
||||
},
|
||||
controller: function($scope, $element, VulnerabilityService) {
|
||||
$scope.color = '';
|
||||
|
|
Reference in a new issue