Skip to content

Commit

Permalink
Tower solos display PBI_TWR
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcoombs2000 committed Jan 28, 2024
1 parent f9a6132 commit 8cd173b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/instructor/solocerts/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<tbody class="certs_list_row">
<tr v-for="(user, i) in towercerts">
<td><router-link :to="`/controllers/${user.cid}`" class="controller_link">{{user.fname}} {{user.lname}}</router-link></td>
<td>ZMA_TWR</td><td>{{user.towersoloExpiration.slice(0,10)}}</td>
<td>PBI_TWR</td><td>{{user.towersoloExpiration.slice(0,10)}}</td>
<td class="options">
<a :href="`#modal_deletes_${user.cid}`" data-position="top" data-tooltip="Delete Solo Certificate" class="tooltipped modal-trigger"><i class="material-icons red-text text-darken-2">delete</i></a>
</td>
Expand Down

0 comments on commit 8cd173b

Please sign in to comment.