mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 18:23:50 +00:00
Rename Chartsview component
This commit is contained in:
parent
5b1daec683
commit
8b92567319
|
@ -18,7 +18,7 @@ const routes: Array<RouteRecordRaw> = [
|
|||
{
|
||||
path: '/graph',
|
||||
name: 'Freqtrade Graph',
|
||||
component: () => import('@/views/GraphsView.vue'),
|
||||
component: () => import('@/views/ChartsView.vue'),
|
||||
},
|
||||
{
|
||||
path: '/logs',
|
||||
|
|
Loading…
Reference in New Issue
Block a user