diff --git a/BTCPayServer/Views/Server/Files.cshtml b/BTCPayServer/Views/Server/Files.cshtml index b6295d45f..2d0144b6c 100644 --- a/BTCPayServer/Views/Server/Files.cshtml +++ b/BTCPayServer/Views/Server/Files.cshtml @@ -34,7 +34,7 @@ else Name Timestamp User - + Actions @@ -44,7 +44,7 @@ else @file.FileName @file.Timestamp.ToBrowserDate() @file.ApplicationUser.UserName - + Get Link - Get Temp Link - Remove diff --git a/BTCPayServer/Views/Server/ListUsers.cshtml b/BTCPayServer/Views/Server/ListUsers.cshtml index 1f3f340b6..7aab4b525 100644 --- a/BTCPayServer/Views/Server/ListUsers.cshtml +++ b/BTCPayServer/Views/Server/ListUsers.cshtml @@ -23,24 +23,31 @@ var sortByAsc = "Sort by ascending..."; } -
-

@ViewData["Title"]

- - Add User - +
+
+
+ + +
+ +
+ Add User
-
-
- - -
- -
+
+
+ + +
+ +
+ Add User +
+ diff --git a/BTCPayServer/Views/Server/Maintenance.cshtml b/BTCPayServer/Views/Server/Maintenance.cshtml index 59e61743d..fd478f9b3 100644 --- a/BTCPayServer/Views/Server/Maintenance.cshtml +++ b/BTCPayServer/Views/Server/Maintenance.cshtml @@ -7,8 +7,8 @@
-
-

Change domain name

+
+

Domain name

You can change the domain name of your server by following this guide.

diff --git a/BTCPayServer/Views/Server/Services.cshtml b/BTCPayServer/Views/Server/Services.cshtml index 26f292b07..4fb4ab799 100644 --- a/BTCPayServer/Views/Server/Services.cshtml +++ b/BTCPayServer/Views/Server/Services.cshtml @@ -5,8 +5,7 @@

@ViewData["PageTitle"]

-
-
+

Crypto services exposed by your server

@@ -37,107 +36,11 @@
- @if (Model.OtherExternalServices.Count != 0 || Model.ExternalServices.Any(service => string.IsNullOrEmpty(service.CryptoCode))) { -
-
-

Other external services

- - - - - - - - - - @foreach (var s in Model.ExternalServices.Where(service => string.IsNullOrEmpty(service.CryptoCode))) - { - - - - - } - @foreach (var s in Model.OtherExternalServices) - { - - - - - } - -
NameActions
@s.DisplayName - See information -
@s.Name - See information -
-
-
-} - -@if (Model.TorHttpServices.Count != 0) -{ -
-
-

HTTP-based TOR hidden services

- - - - - - - - - - @foreach (var s in Model.TorHttpServices) - { - - - - - } - -
NameActions
@s.Name - See information -
-
-
-} - -@if (Model.TorOtherServices.Count != 0) -{ -
-
-

Other TOR hidden services

- - - - - - - - - - @foreach (var s in Model.TorOtherServices) - { - - - - - } - -
NameURL
@s.Name - @s.Link -
-
-
-} -
-
-

External storage services

-

Integrated storage providers to store file uploads from BTCPay Server.

+
+

Other external services

@@ -147,18 +50,105 @@ - @foreach (var s in Model.ExternalStorageServices) + @foreach (var s in Model.ExternalServices.Where(service => string.IsNullOrEmpty(service.CryptoCode))) + { + + + + + } + @foreach (var s in Model.OtherExternalServices) { }
@s.DisplayName + See information +
@s.Name - Edit + See information
+} + +@if (Model.TorHttpServices.Count != 0) +{ +
+

HTTP-based TOR hidden services

+ + + + + + + + + + @foreach (var s in Model.TorHttpServices) + { + + + + + } + +
NameActions
@s.Name + See information +
+
+} + +@if (Model.TorOtherServices.Count != 0) +{ +
+

Other TOR hidden services

+ + + + + + + + + + @foreach (var s in Model.TorOtherServices) + { + + + + + } + +
NameURL
@s.Name + @s.Link +
+
+} +
+

External storage services

+

Integrated storage providers to store file uploads from BTCPay Server.

+ + + + + + + + + + @foreach (var s in Model.ExternalStorageServices) + { + + + + + } + +
NameActions
@s.Name + Edit +
@section PageFootContent { diff --git a/BTCPayServer/wwwroot/main/site.css b/BTCPayServer/wwwroot/main/site.css index 2d99f9962..e610c130c 100644 --- a/BTCPayServer/wwwroot/main/site.css +++ b/BTCPayServer/wwwroot/main/site.css @@ -76,6 +76,7 @@ margin: .3rem 0; border-left: 2px solid transparent; padding: .2rem 1rem; + font-weight: var(--btcpay-font-weight-semibold); } #sideNav .nav-link.active, @@ -91,7 +92,7 @@ margin-bottom: 1rem; } -.social-row { +.social-row { margin: 2rem 0; }