diff --git a/src/components/ftbot/FTBotAPIPairList.vue b/src/components/ftbot/PairListLive.vue similarity index 100% rename from src/components/ftbot/FTBotAPIPairList.vue rename to src/components/ftbot/PairListLive.vue diff --git a/src/router/index.ts b/src/router/index.ts index be9e82d0..24ddfdc3 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -52,7 +52,7 @@ const routes: Array = [ }, { path: '/pairlist', - component: () => import('@/components/ftbot/FTBotAPIPairList.vue'), + component: () => import('@/components/ftbot/PairListLive.vue'), }, { path: '/settings', diff --git a/src/views/TradingView.vue b/src/views/TradingView.vue index aad5a4a4..2b252317 100644 --- a/src/views/TradingView.vue +++ b/src/views/TradingView.vue @@ -50,7 +50,7 @@ - + @@ -154,7 +154,7 @@ import BotStatus from '@/components/ftbot/BotStatus.vue'; import CandleChartContainer from '@/components/charts/CandleChartContainer.vue'; import DailyStats from '@/components/ftbot/DailyStats.vue'; import DraggableContainer from '@/components/layout/DraggableContainer.vue'; -import FTBotAPIPairList from '@/components/ftbot/FTBotAPIPairList.vue'; +import PairListLive from '@/components/ftbot/PairListLive.vue'; import PairLockList from '@/components/ftbot/PairLockList.vue'; import PairSummary from '@/components/ftbot/PairSummary.vue'; import BotPerformance from '@/components/ftbot/BotPerformance.vue';