From 50656dc7d3255ecf798ccd05e3d33eb44fccb79e Mon Sep 17 00:00:00 2001 From: Dennis Reimann Date: Sun, 23 Jun 2024 19:38:34 +0200 Subject: [PATCH] UI unifications --- .../Views/UIManage/NotificationSettings.cshtml | 10 +++++++++- BTCPayServer/Views/UINotifications/Index.cshtml | 4 ++-- BTCPayServer/Views/UIServer/Files.cshtml | 3 +-- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/BTCPayServer/Views/UIManage/NotificationSettings.cshtml b/BTCPayServer/Views/UIManage/NotificationSettings.cshtml index a234ef4f5..026d79d9f 100644 --- a/BTCPayServer/Views/UIManage/NotificationSettings.cshtml +++ b/BTCPayServer/Views/UIManage/NotificationSettings.cshtml @@ -5,7 +5,15 @@
diff --git a/BTCPayServer/Views/UINotifications/Index.cshtml b/BTCPayServer/Views/UINotifications/Index.cshtml index 9176ce06e..8a2071e01 100644 --- a/BTCPayServer/Views/UINotifications/Index.cshtml +++ b/BTCPayServer/Views/UINotifications/Index.cshtml @@ -6,9 +6,9 @@
-

@ViewData["Title"]

+

@ViewData["Title"]

- Settings +
@if (Model.Items.Count > 0) diff --git a/BTCPayServer/Views/UIServer/Files.cshtml b/BTCPayServer/Views/UIServer/Files.cshtml index 6c61c0ce1..537f274b4 100644 --- a/BTCPayServer/Views/UIServer/Files.cshtml +++ b/BTCPayServer/Views/UIServer/Files.cshtml @@ -4,10 +4,9 @@ }