Skip to content

Commit

Permalink
Merge pull request #603 from threefoldtech/development_add_standby_to…
Browse files Browse the repository at this point in the history
…oltip
  • Loading branch information
xmonader authored Jun 15, 2023
2 parents 0c5cee2 + 5d745cc commit 4a4e71c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion packages/dashboard/src/explorer/views/Nodes.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,14 @@
v-model="gatewayFilter"
@change="requestNodes"
/>
<v-switch label="Online (Only)" v-model="onlineFilter" @change="requestNodes" />
<v-tooltip bottom>
<template v-slot:activator="{ on, attrs }">
<div v-bind="attrs" v-on="on">
<v-switch label="Online (Only)" v-model="onlineFilter" @change="requestNodes" />
</div>
</template>
<span>Does not include Standby nodes</span>
</v-tooltip>
</div>
</div>
<div class="d-flex justify-center">
Expand Down

0 comments on commit 4a4e71c

Please sign in to comment.