diff --git a/.gitignore b/.gitignore index 475e45ffb4..9eb3c26d85 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,5 @@ bin/ backend-service/lib metadata-etl/src/main/resources/application.properties **/test/resources/*.properties +logs/ +.DS_Store diff --git a/web/app/views/index.scala.html b/web/app/views/index.scala.html index 8d6126f290..fb54f1f3cc 100644 --- a/web/app/views/index.scala.html +++ b/web/app/views/index.scala.html @@ -249,21 +249,15 @@ - + + diff --git a/web/app/views/main.scala.html b/web/app/views/main.scala.html index 5913852e74..217c2b0da4 100644 --- a/web/app/views/main.scala.html +++ b/web/app/views/main.scala.html @@ -163,11 +163,6 @@ class="form-control input-sm keyword-search" placeholder="Enter Keywords..." /> - + - + - - {{else}} - Compliance is not available - {{/if}} + + + + + + {{#each matchingFields as |matchingField|}} + {{#draggable-item content=matchingField class="draggable__item"}} + {{matchingField}} + {{/draggable-item}} + {{else}} + No results found. + {{/each}} + + + + + Confidential Classification + Add items by dragging to relevant cells below + + + + {{#each classification as |classifier|}} + + {{classifier.label}} + + {{#drop-region dropped="addToClassification" param=classifier.key}} + {{#if classifier.values}} + + {{#each classifier.values as |value|}} + {{#if value}} + + {{value}} + + + {{/if}} + {{/each}} + + {{else}} + Drag relevant search result items here... + {{/if}} + {{/drop-region}} + + + {{/each}} + + + + + {{#if isApproved}} + + Remove Approval + + {{else}} + Approve + {{/if}} + Save + Reset + + {{else}} + Confidential spec is not available + {{/if}} + +
Compliance is not available