mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 10:21:55 +00:00
PascalCase internal components
This commit is contained in:
parent
0fb6dfc812
commit
6fe7757276
|
@ -71,7 +71,7 @@
|
|||
/>
|
||||
</div>
|
||||
</template>
|
||||
<trade-list active-trades :trades="botStore.allOpenTradesSelectedBots" multi-bot-view />
|
||||
<TradeList active-trades :trades="botStore.allOpenTradesSelectedBots" multi-bot-view />
|
||||
</DraggableContainer>
|
||||
</grid-item>
|
||||
<grid-item
|
||||
|
@ -114,7 +114,7 @@
|
|||
/>
|
||||
</div>
|
||||
</template>
|
||||
<trade-list
|
||||
<TradeList
|
||||
:active-trades="false"
|
||||
show-filter
|
||||
:trades="botStore.allClosedTradesSelectedBots"
|
||||
|
|
|
@ -89,7 +89,7 @@
|
|||
drag-allow-from=".card-header"
|
||||
>
|
||||
<DraggableContainer header="Closed Trades">
|
||||
<trade-list
|
||||
<TradeList
|
||||
class="trade-history"
|
||||
:trades="botStore.activeBot.closedTrades"
|
||||
title="Trade history"
|
||||
|
|
Loading…
Reference in New Issue
Block a user