From af5577cd7efd24a111154169abaebc3ebf8c9aa6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0est=C3=A1k=20V=C3=ADt?= Date: Thu, 5 May 2016 10:36:10 +0200 Subject: [PATCH] Removed even more from homepage in order to allow fast loading --- app/views/index.scala.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/index.scala.html b/app/views/index.scala.html index c8716b1..917b0a9 100644 --- a/app/views/index.scala.html +++ b/app/views/index.scala.html @@ -50,7 +50,7 @@ @* @conditionalList(vulnerableDependencies, s"Vulnerable dependencies ${(Seq(None) ++ vulnerableDependencies.map(_.maxCvssScore)).max.map{maxScore => s"(max CVSS: $maxScore)"}.getOrElse("")}", "vulnerable", versions = versions) { @dependencyList("vulnerable", vulnerableDependencies.sortBy(d => (d.maxCvssScore.map(-_), d.cpeIdentifiers.map(_.toCpeIdentifierOption.get).toSeq.sorted.mkString(" "))), None) } -@* groupedDependencyList("Unclassified dependencies", "unclassified")(unclassifiedDependencies) *@ +@* groupedDependencyList("Unclassified dependencies", "unclassified")(unclassifiedDependencies) @ @conditionalList(unclassifiedDependencies, "Unclassified dependencies", "unclassified", versions = versions){ @dependencyClassification(