diff --git a/src/ifctester/ifctester/templates/report.html b/src/ifctester/ifctester/templates/report.html index 9e0dd0e64b..7ffdf5a6db 100644 --- a/src/ifctester/ifctester/templates/report.html +++ b/src/ifctester/ifctester/templates/report.html @@ -44,6 +44,10 @@ footer { color: #999; font-size: 0.8em; } header { text-align: center; } hr { margin: 20px; margin-left: 0px; margin-right: 0px; border: none; border-top: 1px solid #ccc; } + details { user-select: none; } + details>summary span.icon { width: 24px; height: 24px; transition: all 0.3s; margin-left: auto; } + summary { display: flex; cursor: pointer; } + summary::-webkit-details-marker { display: none; }
@@ -54,24 +58,28 @@ {{#specifications}}- {{#status}}Pass{{/status}}{{^status}}Fail{{/status}} - Passed: {{total_successes}} / {{total}} ({{percentage}}%) -
-
- {{#failed_entities}}
- {{reason}} {{element}}
+ {{#status}}Pass{{/status}}{{^status}}Fail{{/status}}
+ Passed: {{total_successes}} / {{total}} ({{percentage}}%) - click here to see details
- {{/failed_entities}}
+
+
+ {{#failed_entities}}
+ {{reason}} {{element}}
+ {{/failed_entities}}
+