From 7a9708137c433038567a948a2dff8dabb0e8c3f7 Mon Sep 17 00:00:00 2001 From: Moritz Deiaco Date: Wed, 29 May 2024 17:58:29 +0200 Subject: [PATCH] Fixed a small spacing issue on the admin page --- Moonlight/Core/UI/Views/Admin/Index.razor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Moonlight/Core/UI/Views/Admin/Index.razor b/Moonlight/Core/UI/Views/Admin/Index.razor index ab479889..9d7d9a22 100644 --- a/Moonlight/Core/UI/Views/Admin/Index.razor +++ b/Moonlight/Core/UI/Views/Admin/Index.razor @@ -9,7 +9,7 @@ @attribute [RequirePermission(999)] -
+
@foreach (var column in Columns.OrderBy(x => x.Index)) { if (column.RequiredPermissionLevel <= IdentityService.CurrentUser.Permissions)