Skip to content

Commit

Permalink
Make bot-name clickable in botcomparison
Browse files Browse the repository at this point in the history
  • Loading branch information
xmatthias committed Oct 15, 2023
1 parent 64fd14c commit 9dc6509
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/components/ftbot/BotComparisonList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,14 @@
botStore.botStores[(item as unknown as ComparisonTableItems).botId ?? ''].isSelected
"
title="Show this bot in Dashboard"
/>
>{{ value }}</b-form-checkbox
>
<b-form-checkbox
v-if="!item.botId && botStore.botCount > 1"
v-model="allToggled"
title="Toggle all bots"
/>
<span>{{ value }}</span>
>{{ value }}</b-form-checkbox
>
</div>
</template>
<template #cell(profitOpen)="{ item }">
Expand Down

0 comments on commit 9dc6509

Please sign in to comment.