[VVP] Improved readability of reports
[vvp/validation-scripts.git] / ice_validator / tests / report.html.jinja2
index 5856c5d..82928cf 100644 (file)
@@ -1,7 +1,7 @@
 {## ============LICENSE_START=======================================================#}
 {## org.onap.vvp/validation-scripts#}
 {## ===================================================================#}
-{## Copyright © 2018 AT&T Intellectual Property. All rights reserved.#}
+{## Copyright © 2019 AT&T Intellectual Property. All rights reserved.#}
 {## ===================================================================#}
 {###}
 {## Unless otherwise specified, all software contained herein is licensed#}
@@ -65,7 +65,7 @@
         table-layout: fixed;
     }
     .fileNames {
-        width: 25%;
+        width: 20%;
         word-wrap: break-word;
         word-break: break-all;
         white-space: normal;
@@ -96,7 +96,7 @@
     <div class="callout {{ "alert" if failures or collection_failures else "success" }}">
         <h1>Validation Report</h1>
         <ul>
-            <li><b>Profile:</b> {{ profile_name }}</li>
+            <li><b>Categories:</b> {{ categories }}</li>
             <li><b>Tool Version:</b> {{ version }}</li>
             <li><b>Directory Validated:</b> {{ template_dir }}</li>
             <li><b>Checksum:</b> {{ checksum }}</li>
                 <th>File(s)</th>
                 <th>Error Message</th>
                 <th>Requirement(s)</th>
-                <th>Resolution Steps</th>
             </tr>
             </thead>
             <tbody>
                     <td>
                         {{ failure.requirements }}
                     </td>
-                    <td>
-                        {{ failure.resolution_steps }}
-                    </td>
                 </tr>
             {% endfor %}
             </tbody>
                 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"},
                 ]
             });
         });
     </script>
 </div>
 </body>
-</html>
\ No newline at end of file
+</html>