From 5ce1aa87f87dad0252b376603bc16dc9a1f94387 Mon Sep 17 00:00:00 2001
From: Adam Procter <adamprocter@researchnot.es>
Date: Tue, 16 Jun 2020 23:42:36 +0100
Subject: [PATCH] list test update

---
 app/src/router/index.js | 2 +-
 app/src/views/List.vue  | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/app/src/router/index.js b/app/src/router/index.js
index e63feec..0830c5e 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 80713a6..c687213 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"
-- 
GitLab