diff --git a/app/src/router/index.js b/app/src/router/index.js index e63feec079de2996db5affc686c330c29fae1044..0830c5e73893691059b95d9c41f5faf69cc71cb0 100644 --- a/app/src/router/index.js +++ b/app/src/router/index.js @@ -15,7 +15,7 @@ export const routes = [ }, { path: '/list', - name: 'List', + name: 'List Test', component: List, }, { diff --git a/app/src/views/List.vue b/app/src/views/List.vue index 80713a64f351bb503f58c33f78ec019ac40f135b..c687213c46ae5d70ba87800cc00f465ac7905eb2 100644 --- a/app/src/views/List.vue +++ b/app/src/views/List.vue @@ -1,6 +1,7 @@ <template> <div> - <h1 class="mobile">Your Nodes in list mode</h1> + <h1 class="mobile">Your nodes - list mode</h1> + <h2>For testing</h2> <!-- <OffLine v-for="value in myNodes" v-bind:key="value.node_id"