From 047260b953cf23a1b7b308866e0de6bd7db47dcf Mon Sep 17 00:00:00 2001 From: cp6 Date: Tue, 19 Sep 2023 22:47:24 +1000 Subject: [PATCH] Added tabs to home page for stats and avg cards --- resources/views/home.blade.php | 192 ++++++++++++++++++++------------- 1 file changed, 115 insertions(+), 77 deletions(-) diff --git a/resources/views/home.blade.php b/resources/views/home.blade.php index d6590b3..fc57fd7 100644 --- a/resources/views/home.blade.php +++ b/resources/views/home.blade.php @@ -1,85 +1,123 @@ @section("title", "Home") -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
+
+ + +
+
+
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+
+ +
+
+
+ +
+
+ +
+
+ +
+
+ +
+
+
+ +
+
+
+ +
+
+ +
+
+ @if($information['servers_summary']['disk_gb_sum'] >= 1000) + + @else + + @endif +
+
+ +
+
+ +
+
+ +
+
+
+
+
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- @if($information['servers_summary']['disk_gb_sum'] >= 1000) - - @else - - @endif -
-
- -
-
- -
-
- -
- @if(Session::get('due_soon_amount') > 0)

Due soon

@if(!empty($information['due_soon']))