Skip to content

Commit

Permalink
public solo page update
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcoombs2000 committed Jan 28, 2024
1 parent 47fe2eb commit bc4d8f2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/views/controllers/SoloPublic.vue
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,6 @@
<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>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>
</tr>
</tbody>
</table>
Expand Down

0 comments on commit bc4d8f2

Please sign in to comment.