diff options
Diffstat (limited to 'ice_validator/tests/report.html.jinja2')
-rw-r--r-- | ice_validator/tests/report.html.jinja2 | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/ice_validator/tests/report.html.jinja2 b/ice_validator/tests/report.html.jinja2 index 65f0edb..82928cf 100644 --- a/ice_validator/tests/report.html.jinja2 +++ b/ice_validator/tests/report.html.jinja2 @@ -65,7 +65,7 @@ table-layout: fixed; } .fileNames { - width: 25%; + width: 20%; word-wrap: break-word; word-break: break-all; white-space: normal; @@ -147,7 +147,6 @@ <th>File(s)</th> <th>Error Message</th> <th>Requirement(s)</th> - <th>Resolution Steps</th> </tr> </thead> <tbody> @@ -166,9 +165,6 @@ <td> {{ failure.requirements }} </td> - <td> - {{ failure.resolution_steps }} - </td> </tr> {% endfor %} </tbody> @@ -207,10 +203,9 @@ fixedHeader: true, pageLength: 50, columns: [ - {width: "25%", className: "fileLinks"}, - {width: "25%", className: "errorMessage"}, - {width: "25%", className: "requirements"}, - {width: "25%", className: "resolutionSteps"}, + {width: "20%", className: "fileLinks"}, + {width: "40%", className: "errorMessage"}, + {width: "40%", className: "requirements"}, ] }); }); |