mirror of
https://github.com/ysoftdevs/odc-analyzer.git
synced 2026-04-30 20:34:26 +02:00
Added recognition for suppressed identifiers
This commit is contained in:
@@ -14,3 +14,6 @@
|
||||
@if(addButtons && suppressionXmlIdOption.isDefined){<span class="btn-xs library-identification-badge-hack"> </span>}
|
||||
</span>
|
||||
}
|
||||
@for(id <- dep.suppressedIdentifiers.toSeq.sortBy(i => (i.confidence, i.identifierType, i.name, i.url)).reverse){
|
||||
<span class="badge"><del>@identifier(id, addLink)</del></span>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user