From 760dc7ba79114727987e6917097e045c0f122b7b Mon Sep 17 00:00:00 2001
From: woothu <32914662+woothu@users.noreply.github.com>
Date: Thu, 14 Nov 2019 13:55:00 +0100
Subject: [PATCH] refactor: change sidebar nav generation to flat structure
---
src/containers/TheSidebar.vue | 8 +-
src/containers/_nav.js | 666 ++++++++++++----------------------
2 files changed, 236 insertions(+), 438 deletions(-)
diff --git a/src/containers/TheSidebar.vue b/src/containers/TheSidebar.vue
index 3bb08659..fe862662 100644
--- a/src/containers/TheSidebar.vue
+++ b/src/containers/TheSidebar.vue
@@ -9,11 +9,8 @@
:imgMinimized="{ width: 118, height: 46, alt: 'Logo', src: 'img/brand/coreui-signet-white.svg'}"
:wrappedInLink="{ href: 'https://coreui.io/', target: '_blank'}"
/>
-
-
-
-
-
+
@@ -22,6 +19,7 @@