Skip to content

Commit

Permalink
ui tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
bokkypoobah committed Sep 11, 2024
1 parent 2680a4b commit d58e054
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/agent.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,9 @@ const Agent = {
</template>
<template #cell(token)="data">
<font size="-1">
{{ data.item.token.substring(0, 10) + '...' + data.item.token.slice(-8) }}
<b-link size="sm" :href="explorer + 'token/' + data.item.token" variant="link" v-b-popover.hover.ds500="data.item.token" target="_blank">
{{ data.item.token.substring(0, 10) + '...' + data.item.token.slice(-8) }}
</b-link>
</font>
</template>
<template #cell(tokenType)="data">
Expand Down

0 comments on commit d58e054

Please sign in to comment.