Skip to content

Commit

Permalink
fix: better button style
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed Apr 24, 2024
1 parent 2ae13fa commit 0f537d9
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/views/SmartStart.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,17 @@
</template>

<template v-slot:[`item.nodeId`]="{ item }">
<v-chip
<v-btn
v-if="item.nodeId"
color="primary"
dense
small
rounded
@click.stop="showNodeDialog(item)"
>
{{ item.nodeId }}
</v-chip>

<v-icon class="ml-2" small>open_in_new</v-icon>
</v-btn>
</template>

<template v-slot:[`item.status`]="{ item }">
Expand Down

0 comments on commit 0f537d9

Please sign in to comment.