- {{ header_macros.header(False, "Device profile", json_data, device, logo, icon_qualification, icon_pilot)}}
+ {{ header_macros.header(False, "Testrun report", json_data, device, logo, icon_qualification, icon_pilot)}}
+
Device profile
Question
@@ -190,6 +191,7 @@
Steps to Resolve
{% set page_index.value = page_index.value + 1 %}
{{ header_macros.header(False, "Testrun report", json_data, device, logo, icon_qualification, icon_pilot)}}
+
Recommendations for Device Qualification
Attention
@@ -201,7 +203,7 @@
Steps to Resolve
{% for step in optional_steps_to_resolve %}
-
+
{{ loop.index }}.
@@ -214,7 +216,7 @@
Steps to Resolve
{{ step["description"] }}
-
+
Steps to resolve
{% for recommedtation in step['optional_recommendations'] %}
From dde52c37536df28f27dd2dcb245005aefe3d66ba Mon Sep 17 00:00:00 2001
From: Volha Mardvilka
Date: Tue, 8 Oct 2024 15:56:26 +0000
Subject: [PATCH 2/2] 371525174: (fix) update steps to resolve on PDF report
---
resources/report/test_report_styles.css | 7 +------
resources/report/test_report_template.html | 4 ++--
2 files changed, 3 insertions(+), 8 deletions(-)
diff --git a/resources/report/test_report_styles.css b/resources/report/test_report_styles.css
index fb00cc492..30709330a 100644
--- a/resources/report/test_report_styles.css
+++ b/resources/report/test_report_styles.css
@@ -225,10 +225,6 @@
vertical-align: top;
}
- .steps-to-resolve-row.heading {
- display: flex;
- }
-
.steps-to-resolve-row.content {
margin-left: 70px;
}
@@ -238,13 +234,12 @@
margin-left: 70px;
margin-right: 10px;
margin-bottom: 20px;
- width: 50%;
+ width: 250px;
vertical-align: top;
}
.steps-to-resolve-description {
display: inline-block;
- width: 50%;
}
.steps-to-resolve.subtitle {
diff --git a/resources/report/test_report_template.html b/resources/report/test_report_template.html
index 613a047ab..0ea566e33 100644
--- a/resources/report/test_report_template.html
+++ b/resources/report/test_report_template.html
@@ -114,7 +114,7 @@ Results List ({{ successful_tests }}/{{ total_tests }})
Non-complaint tests and suggested steps to resolve
{% for step in steps_to_resolve %}
-
+
{{ loop.index }}.
Name
{{ step['name'] }}
@@ -203,7 +203,7 @@
Recommendations for Device Qualification
{% for step in optional_steps_to_resolve %}