From 5574e9dcd373978012f1a726e8d57046965f1b1a Mon Sep 17 00:00:00 2001 From: Tony Murray Date: Sat, 13 Jun 2020 09:35:28 -0500 Subject: [PATCH] progress bar WIP --- resources/views/layouts/install.blade.php | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/resources/views/layouts/install.blade.php b/resources/views/layouts/install.blade.php index 0b6a39478d..ddfc71342c 100644 --- a/resources/views/layouts/install.blade.php +++ b/resources/views/layouts/install.blade.php @@ -35,6 +35,17 @@ border-bottom: 1px solid #f6f6f6; margin-bottom: 20px; } + #progress-icons { + padding-left: 0; + padding-right: 0; + } + .install-progress { + margin-top: auto; + margin-bottom: auto; + height: 10px; + width: 100%; + background-color: gray; + } @yield('style') @@ -45,8 +56,9 @@ LibreNMS @yield('title') -
-
+
+
+
@foreach($steps as $step => $controller) +
@endforeach