diff --git a/src/views/Dashboard.vue b/src/views/Dashboard.vue index b0935217..93e2e1eb 100644 --- a/src/views/Dashboard.vue +++ b/src/views/Dashboard.vue @@ -17,43 +17,39 @@ drag-allow-from=".drag-header" > -
- - - - {{ openTrades.length }} / - {{ profit.trade_count }} - - - - - {{ profit.winning_trades }} / - {{ profit.losing_trades }} - - - - {{ profit.latest_trade_date }} - - -
-
- - - {{ profit.best_pair }} - - - {{ formatPrice(balance.total) }} {{ dailyStats.stake_currency }} - - - {{ formatPrice(profit.profit_closed_fiat) }} - {{ dailyStats.fiat_display_currency }} - - -
+ + + + {{ openTrades.length }} / + {{ profit.trade_count }} + + + + + {{ profit.winning_trades }} / + {{ profit.losing_trades }} + + + + {{ profit.latest_trade_date }} + + + + + {{ profit.best_pair }} + + + {{ formatPrice(balance.total) }} {{ dailyStats.stake_currency }} + + + {{ formatPrice(profit.profit_closed_fiat) }} + {{ dailyStats.fiat_display_currency }} + +