We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10622d9 commit 7906d4bCopy full SHA for 7906d4b
adminui2/src/pages/Devices.vue
@@ -139,7 +139,7 @@ const isCreateTokenModalOpen = ref(false)
139
<td class="font-mono">
140
<div class="overflow-hidden text-ellipsis whitespace-nowrap">{{ device.public_key }}</div>
141
</td>
142
- <td class="font-mono ">
+ <td class="font-mono">
143
<div class="overflow-hidden text-ellipsis whitespace-nowrap">{{ device.last_endpoint == '<nil>' ? '-'
144
: device.last_endpoint}}</div>
145
0 commit comments