From 6800f6fdfdc4d8072127fa1cee783048880d1adf Mon Sep 17 00:00:00 2001 From: BenediktMKuehne Date: Tue, 9 Jul 2024 07:17:28 +0000 Subject: [PATCH] remove donwload button if no archive --- embark/templates/dashboard/individualReportDashboard.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/embark/templates/dashboard/individualReportDashboard.html b/embark/templates/dashboard/individualReportDashboard.html index 80e5d9bb..9777face 100644 --- a/embark/templates/dashboard/individualReportDashboard.html +++ b/embark/templates/dashboard/individualReportDashboard.html @@ -39,9 +39,11 @@

Firmware security scanning details

-
- -
+ {% if firmware.zip_file is not None %} +
+ +
+ {% endif %}