Skip to content

Commit

Permalink
Merge pull request #688 from threefoldtech/development_your_farms
Browse files Browse the repository at this point in the history
  • Loading branch information
xmonader authored Jun 21, 2023
2 parents a7fe99a + 7f07a2e commit 53fec18
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions packages/dashboard/src/portal/views/Farms.vue
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,14 @@
</v-col>
<v-col v-else>
<v-flex>
<v-btn x-small @click="openV2AddressDialog = true">Add V2 Address</v-btn>
<v-tooltip right>
<template v-slot:activator="{ on, attrs }">
<v-btn x-small @click="openV2AddressDialog = true" v-bind="attrs" v-on="on"
>Stellar Address</v-btn
>
</template>
<span> Where minting payouts get sent to </span>
</v-tooltip>
</v-flex>
</v-col>
<v-dialog transition="dialog-bottom-transition" v-model="openV2AddressDialog" max-width="500">
Expand Down Expand Up @@ -176,9 +183,14 @@
<v-flex class="text-left">Bootstrap Node Image</v-flex>
</v-col>
<v-col>
<v-flex>
<v-btn small v-bind:href="'https://v3.bootstrap.grid.tf/'" target="blank">view bootstrap</v-btn>
</v-flex>
<v-tooltip bottom>
<template v-slot:activator="{ on, attrs }">
<v-flex v-bind="attrs" v-on="on">
<v-btn small v-bind:href="'https://v3.bootstrap.grid.tf/'" target="blank">ZOS Live Image</v-btn>
</v-flex>
</template>
<span> Download a ZOS image for your farm nodes </span>
</v-tooltip>
</v-col>
</v-row>

Expand Down

0 comments on commit 53fec18

Please sign in to comment.