From 15e47b1ba678d11459e18a4340625e1ea14d4fca Mon Sep 17 00:00:00 2001
From: Daniel <50356015+danny007in@users.noreply.github.com>
Date: Sun, 29 Jan 2023 18:33:21 +0530
Subject: [PATCH] Created unfixed-sidebar.html
---
src/pages/layout/unfixed-sidebar.html | 87 +++++++++++++++++++++++++++
src/partials/dashboard/_sidenav.html | 6 ++
2 files changed, 93 insertions(+)
create mode 100644 src/pages/layout/unfixed-sidebar.html
diff --git a/src/pages/layout/unfixed-sidebar.html b/src/pages/layout/unfixed-sidebar.html
new file mode 100644
index 000000000..326e84d7a
--- /dev/null
+++ b/src/pages/layout/unfixed-sidebar.html
@@ -0,0 +1,87 @@
+
+
+
+
+
+ @@include('./_head.html', {
+ "path": "../..",
+ "title": "AdminLTE 4 | Unfixed Sidebar"
+ })
+
+
+
+ @@include('./dashboard/_topbar.html', {
+ "path": "../.."
+ })
+
+ @@include('./dashboard/_sidenav.html', {
+ "mainPage": "layout",
+ "page": "unfixed-sidebar",
+ "path": "../.."
+ })
+
+
+
+
+
+
+
+
+
+
+
+
+ Start creating your amazing application!
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ @@include('./dashboard/_footer.html', {
+ "path": "../.."
+ })
+
+
+
+ @@include('./_scripts.html', {
+ "path": "../.."
+ })
+
+
diff --git a/src/partials/dashboard/_sidenav.html b/src/partials/dashboard/_sidenav.html
index 6f7b0f15d..338b16e84 100644
--- a/src/partials/dashboard/_sidenav.html
+++ b/src/partials/dashboard/_sidenav.html
@@ -81,6 +81,12 @@