mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-13 03:33: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',
|
path: '/graph',
|
||||||
name: 'Freqtrade Graph',
|
name: 'Freqtrade Graph',
|
||||||
component: () => import('@/views/GraphsView.vue'),
|
component: () => import('@/views/ChartsView.vue'),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: '/logs',
|
path: '/logs',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user