Skip to content

Commit

Permalink
Merge pull request #2997 from threefoldtech/development_unlockDialog
Browse files Browse the repository at this point in the history
Style: set unlock dialog buttons on the right
  • Loading branch information
0oM4R authored Jun 20, 2024
2 parents 630da1c + 49e2f4f commit cf5fbac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
above.</v-alert
>

<v-card-actions>
<v-card-actions class="justify-end mb-1 mr-2">
<v-btn color="anchor" class="mr-2 px-3" @click="contractStateDialog = false"> Close </v-btn>
<v-tooltip
:text="
Expand Down Expand Up @@ -246,7 +246,7 @@
<v-chip class="ma-1" label v-for="c in selectedContracts" :key="c.contract_id">
{{ c.contract_id }}
</v-chip>
<v-card-actions>
<v-card-actions class="justify-end mb-1 mr-2">
<v-btn color="anchor" @click="unlockDialog = false"> Cancel </v-btn>
<v-tooltip
:text="
Expand Down
1 change: 1 addition & 0 deletions packages/playground/src/weblets/tf_contracts_list.vue
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@
color="warning"
@click="unlockAllContracts"
:loading="unlockContractLoading"
class="ml-2"
>
Unlock contracts
</v-btn>
Expand Down

0 comments on commit cf5fbac

Please sign in to comment.