From 0b83af968599684fd8e07b802a2891379a3f1a70 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Wed, 21 Oct 2020 11:27:23 +0100 Subject: working on compliance overview page and added the pycharm all unit tests run config file --- .../compliance/templates/compliance/overview.html | 93 ++++++++++++---------- 1 file changed, 49 insertions(+), 44 deletions(-) (limited to 'ctrack/compliance') diff --git a/ctrack/compliance/templates/compliance/overview.html b/ctrack/compliance/templates/compliance/overview.html index 0c53507..7d912b6 100644 --- a/ctrack/compliance/templates/compliance/overview.html +++ b/ctrack/compliance/templates/compliance/overview.html @@ -11,8 +11,8 @@ $('#datatable').DataTable({ ordering: true, searching: true, - buttons: true, - dom: 'B<"clear">lfrtip', + {#buttons: true,#} + {#dom: 'B<"clear">lfrtip',#} paging: false, "drawCallback": function (settings) { $("#datatable thead").remove(); @@ -23,21 +23,25 @@

- - + d="M11 2a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v12h.5a.5.5 0 0 1 0 1H.5a.5.5 0 0 1 0-1H1v-3a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v3h1V7a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v7h1V2zm1 12h2V2h-2v12zm-3 0V7H7v7h2zm-5 0v-3H2v3h2z"/> Overview

-

Use the search box to filter the table. The table can be exported in various formats using the buttons below. These - downloads will respect the filtering used.

+

Use the search box to filter the table

- - +
+
+
Summary
+

CAFs at Initial Submission: 12

+
+
+
+
+ @@ -49,40 +53,41 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ORG NAME 1CAF Initial SubmissionCAF ReviewOES RevisionsInspector ValidationValidation AgreedImprovement Plan SubmissionImprovement Plan Review
ORG NAME 2CAF Initial SubmissionCAF ReviewOES RevisionsInspector ValidationValidation AgreedImprovement Plan SubmissionImprovement Plan Review
ORG NAME 3CAF Initial SubmissionCAF ReviewOES RevisionsInspector ValidationValidation AgreedImprovement Plan SubmissionImprovement Plan Review
+ + + + ORG NAME 1 + CAF Initial Submission + CAF Review + OES Revisions + Inspector Validation + Validation Agreed + Improvement Plan Submission + Improvement Plan Review + + + ORG NAME 2 + CAF Initial Submission + CAF Review + OES Revisions + Inspector Validation + Validation Agreed + Improvement Plan Submission + Improvement Plan Review + + + ORG NAME 3 + CAF Initial Submission + CAF Review + OES Revisions + Inspector Validation + Validation Agreed + Improvement Plan Submission + Improvement Plan Review + + + +
{% endblock %} -- cgit v1.2.3