mirror of
https://github.com/ysoftdevs/odc-analyzer.git
synced 2026-03-25 02:21:52 +01:00
Minor markup cleanup
This commit is contained in:
@@ -27,10 +27,10 @@
|
|||||||
</td>
|
</td>
|
||||||
<td class="vulns">@for(s <- dep.maxCvssScore) {@dep.vulnerabilities.size}</td>
|
<td class="vulns">@for(s <- dep.maxCvssScore) {@dep.vulnerabilities.size}</td>
|
||||||
<td class="actions">
|
<td class="actions">
|
||||||
<button data-toggle="collapse" data-target="#@depPrefix-details" class="btn btn-info collapsed expandable expandable-right"></span></button>
|
<button data-toggle="collapse" data-target="#@depPrefix-details" class="btn btn-info collapsed expandable expandable-right"></button>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr data-wrapper="<td colspan='4' xxxstyle='width: 100%;'></td>" id="@depPrefix-details" class="details collapse" data-lazyload-url="@routes.Statistics.dependencyDetails(
|
<tr data-wrapper="<td colspan='4'></td>" id="@depPrefix-details" class="details collapse" data-lazyload-url="@routes.Statistics.dependencyDetails(
|
||||||
depPrefix = depPrefix,
|
depPrefix = depPrefix,
|
||||||
depId = dep.hashes,
|
depId = dep.hashes,
|
||||||
selectorOption = selectorOption
|
selectorOption = selectorOption
|
||||||
|
|||||||
Reference in New Issue
Block a user