X-Git-Url: https://gerrit.onap.org/r/gitweb?p=vvp%2Fvalidation-scripts.git;a=blobdiff_plain;f=ice_validator%2Ftests%2Freport.html.jinja2;h=82928cf44050f2163f9016ad50fff636498cc3f7;hp=65f0edb857ae573c4cb62d3cbc8ba9bcfa619825;hb=2f5bed51e4b120e2efffe6a6298c24270e862ad4;hpb=eb94fa9a5d08f532cb7cdd89253e795ba4bc48ef 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 @@ File(s) Error Message Requirement(s) - Resolution Steps @@ -166,9 +165,6 @@ {{ failure.requirements }} - - {{ failure.resolution_steps }} - {% endfor %} @@ -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"}, ] }); });