Skip to content

Commit

Permalink
Merge pull request #1079 from threefoldtech/development_312_contract_…
Browse files Browse the repository at this point in the history
…warning

Add deleting warning
  • Loading branch information
AhmedHanafy725 authored Sep 10, 2023
2 parents 735df7e + 9ffe907 commit e69c7c6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/playground/src/weblets/tf_contracts_list.vue
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,11 @@
<v-dialog width="70%" v-model="deletingDialog">
<v-card>
<v-card-title class="text-h5 mt-2"> Are you sure you want to delete the following contracts? </v-card-title>
<v-alert class="ma-4" type="warning" variant="tonal">Deleting contracts may take a while to complete.</v-alert>
<v-alert class="ma-4" type="warning" variant="tonal"
>It is advisable to remove the contract from its solution page, especially
when multiple contracts may be linked to the same instance.</v-alert
>
<v-alert class="mx-4" type="warning" variant="tonal">Deleting contracts may take a while to complete.</v-alert>
<v-card-text>
<v-chip class="ma-1" color="primary" label v-for="c in selectedContracts" :key="c.contractId">
{{ c.contractId }}
Expand Down

0 comments on commit e69c7c6

Please sign in to comment.