diff --git a/src/views/instructor/solocerts/Index.vue b/src/views/instructor/solocerts/Index.vue index 7f30c7d..2b8e926 100644 --- a/src/views/instructor/solocerts/Index.vue +++ b/src/views/instructor/solocerts/Index.vue @@ -73,7 +73,7 @@ {{user.fname}} {{user.lname}} - TWR{{user.towersoloExpiration.slice(0,10)}} + ZMA_TWR{{user.towersoloExpiration.slice(0,10)}} delete @@ -103,7 +103,7 @@ export default { title: 'Solo Certifications', data() { return { - positions: ['MIA', 'FLL', 'TPA', 'PBI', 'RSW', 'NQX', 'ZMO'], + positions: ['MIA', 'FLL', 'TPA', 'PBI', 'RSW', 'NQX', 'ZMO', 'ZMA'], certs: [], controllers: null, loading: true, diff --git a/src/views/instructor/solocerts/New.vue b/src/views/instructor/solocerts/New.vue index 3ce109c..17b33dd 100644 --- a/src/views/instructor/solocerts/New.vue +++ b/src/views/instructor/solocerts/New.vue @@ -33,9 +33,9 @@