From 7f40ae0b50f6bd132ed60641de6324a6d9bade48 Mon Sep 17 00:00:00 2001 From: Jacob Boddey Date: Wed, 15 Jan 2025 11:30:30 +0000 Subject: [PATCH 1/2] Remove v from testing complete modal --- .../download-zip-modal/download-zip-modal.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ui/src/app/components/download-zip-modal/download-zip-modal.component.html b/modules/ui/src/app/components/download-zip-modal/download-zip-modal.component.html index f949fb279..03e8954cc 100644 --- a/modules/ui/src/app/components/download-zip-modal/download-zip-modal.component.html +++ b/modules/ui/src/app/components/download-zip-modal/download-zip-modal.component.html @@ -17,7 +17,7 @@

{{ data.testrunStatus.device.manufacturer }} - {{ data.testrunStatus.device.model }} v{{ + {{ data.testrunStatus.device.model }} {{ data.testrunStatus.device.firmware }}

From 5a83ec01bcf6b1dd7ce9a75c2d8b8b5ef706fe54 Mon Sep 17 00:00:00 2001 From: Jacob Boddey Date: Wed, 15 Jan 2025 12:19:15 +0000 Subject: [PATCH 2/2] Fix eslint --- .../download-zip-modal/download-zip-modal.component.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/modules/ui/src/app/components/download-zip-modal/download-zip-modal.component.html b/modules/ui/src/app/components/download-zip-modal/download-zip-modal.component.html index 03e8954cc..a0a8774c9 100644 --- a/modules/ui/src/app/components/download-zip-modal/download-zip-modal.component.html +++ b/modules/ui/src/app/components/download-zip-modal/download-zip-modal.component.html @@ -17,9 +17,8 @@

{{ data.testrunStatus.device.manufacturer }} - {{ data.testrunStatus.device.model }} {{ - data.testrunStatus.device.firmware - }} + {{ data.testrunStatus.device.model }} + {{ data.testrunStatus.device.firmware }}

{{ data.testrunStatus.device.test_pack }} testing has just finished