File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -75,6 +75,7 @@ <h2 class="panel-title">
75
75
< span ng-if ="lint.level == 'Allow' " class ="label label-info "> Allow</ span >
76
76
< span ng-if ="lint.level == 'Warn' " class ="label label-warning "> Warn</ span >
77
77
< span ng-if ="lint.level == 'Deny' " class ="label label-danger "> Deny</ span >
78
+ < span ng-if ="lint.level == 'Deprecated' " class ="label label-default "> Deprecated</ span >
78
79
79
80
< a href ="#{{lint.id}} " class ="anchor label label-default "> ¶</ a >
80
81
</ h2 >
@@ -131,7 +132,7 @@ <h4 class="list-group-item-heading">
131
132
} )
132
133
. controller ( "lintList" , function ( $scope , $http ) {
133
134
// Level filter
134
- $scope . levels = { Allow : true , Warn : true , Deny : true } ;
135
+ $scope . levels = { Allow : true , Warn : true , Deny : true , Deprecated : true } ;
135
136
$scope . byLevels = function ( lint ) {
136
137
return $scope . levels [ lint . level ] ;
137
138
} ;
You can’t perform that action at this time.
0 commit comments