From 77d24ed90f5ef53fb3bf552e48df2322cbbfd9e4 Mon Sep 17 00:00:00 2001 From: Baumgartner Marcel Date: Wed, 5 Jun 2024 15:51:21 +0200 Subject: [PATCH] Small ui adjustment --- Moonlight/Core/UI/Views/Admin/Api/Keys.razor | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/Moonlight/Core/UI/Views/Admin/Api/Keys.razor b/Moonlight/Core/UI/Views/Admin/Api/Keys.razor index c524c8e7..79223d13 100644 --- a/Moonlight/Core/UI/Views/Admin/Api/Keys.razor +++ b/Moonlight/Core/UI/Views/Admin/Api/Keys.razor @@ -12,7 +12,7 @@ @attribute [RequirePermission(9998)] - +
- @apiKeyHalf - @bogusHalf + + @apiKeyHalf + [...] +
@@ -45,7 +47,7 @@ @Formatter.FormatDate(context!.ExpiresAt) - + @@ -56,7 +58,7 @@ { return repository.Get(); } - + private async Task ValidateAdd(ApiKey apiKey) { var key = Formatter.GenerateString(32); @@ -65,4 +67,4 @@ await ClipboardService.Copy(key); await ToastService.Info("Copied api key into your clipboard"); } -} +} \ No newline at end of file