From 125260e7ef92ee62e910cd2c28225dd915f7bd3c Mon Sep 17 00:00:00 2001 From: Moritz <101179677+Moritz-Deiaco@users.noreply.github.com> Date: Thu, 16 May 2024 16:21:39 +0200 Subject: [PATCH] Fixed Linking and Cards on Admin Page --- .../UI/Components/Partials/StatCard.razor | 6 +-- Moonlight/Core/UI/Views/Admin/Index.razor | 44 +++---------------- 2 files changed, 10 insertions(+), 40 deletions(-) diff --git a/Moonlight/Core/UI/Components/Partials/StatCard.razor b/Moonlight/Core/UI/Components/Partials/StatCard.razor index 3cf844d..dd5f143 100644 --- a/Moonlight/Core/UI/Components/Partials/StatCard.razor +++ b/Moonlight/Core/UI/Components/Partials/StatCard.razor @@ -11,14 +11,14 @@ else {
-
+
-
+
@Value
-
+
@Description
diff --git a/Moonlight/Core/UI/Views/Admin/Index.razor b/Moonlight/Core/UI/Views/Admin/Index.razor index 2cb5718..9a648b4 100644 --- a/Moonlight/Core/UI/Views/Admin/Index.razor +++ b/Moonlight/Core/UI/Views/Admin/Index.razor @@ -9,47 +9,17 @@ @attribute [RequirePermission(999)] -