diff --git a/web/src/components/Home.vue b/web/src/components/Home.vue index b4011180..de78fba8 100644 --- a/web/src/components/Home.vue +++ b/web/src/components/Home.vue @@ -34,7 +34,7 @@ Training Status {{data.value}} - + @@ -227,10 +227,10 @@ reportFilter: string[] = [] locationOptionsList: locationInfoType[] = []; - statusOptions = {danger:'Not Met', warning:'Expired', court:'Expiring Soon'} + statusOptions = {danger:'Not Taken', warning:'Expired', court:'Expiring Soon'} trainingFields = [ - {key:"excluded", label:"Exclude", thClass: 'border-bottom align-middle text-center', tdClass:'align-middle text-center', sortable: false,thStyle:'width:5%; line-height:1rem;'}, + {key:"excluded", label:"Excused", thClass: 'border-bottom align-middle text-center', tdClass:'align-middle text-center', sortable: false,thStyle:'width:5%; line-height:1rem;'}, {key:"name", label:"Name", thClass: 'border-bottom align-middle text-center', tdClass:'align-middle text-center', sortable: true, thStyle:'width:30%;'}, {key:"trainingType", label:"Training Type", thClass: 'border-bottom align-middle text-center', tdClass:'align-middle text-center', sortable: true, thStyle:'width:15%;'}, {key:"end", label:"Completion Date", thClass: 'border-bottom align-middle text-center', tdClass:'align-middle text-center', sortable: true, thStyle:'width:20%;'},