diff --git a/lib/www/client/source/src/components/navigation.vue b/lib/www/client/source/src/components/navigation.vue
index 8e1678e..3766073 100644
--- a/lib/www/client/source/src/components/navigation.vue
+++ b/lib/www/client/source/src/components/navigation.vue
@@ -12,6 +12,34 @@
Dougal
+
+
+
+
+
+ mdi-cog-outline
+
+
+
+
+
+
+ Equipment list
+ mdi-view-list
+
+
+
+
+
+
diff --git a/lib/www/client/source/src/router/index.js b/lib/www/client/source/src/router/index.js
index 946e882..97b7fb7 100644
--- a/lib/www/client/source/src/router/index.js
+++ b/lib/www/client/source/src/router/index.js
@@ -41,6 +41,11 @@ Vue.use(VueRouter)
// which is lazy-loaded when the route is visited.
component: () => import(/* webpackChunkName: "about" */ '../views/Feed.vue')
},
+ {
+ path: "/settings/equipment",
+ name: "equipment",
+ component: () => import(/* webpackChunkName: "about" */ '../views/Equipment.vue')
+ },
{
pathToRegexpOptions: { strict: true },
path: "/login",