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