Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
NHAS committed Nov 23, 2024
1 parent 10622d9 commit 7906d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adminui2/src/pages/Devices.vue
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ const isCreateTokenModalOpen = ref(false)
<td class="font-mono">
<div class="overflow-hidden text-ellipsis whitespace-nowrap">{{ device.public_key }}</div>
</td>
<td class="font-mono ">
<td class="font-mono">
<div class="overflow-hidden text-ellipsis whitespace-nowrap">{{ device.last_endpoint == '<nil>' ? '-'
: device.last_endpoint}}</div>

Expand Down

0 comments on commit 7906d4b

Please sign in to comment.