diff --git a/Moonlight/Core/UI/Components/Auth/Login.razor b/Moonlight/Core/UI/Components/Auth/Login.razor index 808502d8..64819a1a 100644 --- a/Moonlight/Core/UI/Components/Auth/Login.razor +++ b/Moonlight/Core/UI/Components/Auth/Login.razor @@ -14,7 +14,7 @@
-
+
Login diff --git a/Moonlight/Core/UI/Components/Auth/Register.razor b/Moonlight/Core/UI/Components/Auth/Register.razor index f4899cd2..03c6f9db 100644 --- a/Moonlight/Core/UI/Components/Auth/Register.razor +++ b/Moonlight/Core/UI/Components/Auth/Register.razor @@ -18,7 +18,7 @@
-
+
@if (ConfigService.Get().Authentication.DenyRegister) { diff --git a/Moonlight/Features/Servers/UI/Layouts/UserLayout.razor b/Moonlight/Features/Servers/UI/Layouts/UserLayout.razor index 64e61503..49eef3de 100644 --- a/Moonlight/Features/Servers/UI/Layouts/UserLayout.razor +++ b/Moonlight/Features/Servers/UI/Layouts/UserLayout.razor @@ -26,95 +26,100 @@
-
-
-
- +
+
+
+ @Server.Name - + @(Server.Image.Name)
-
-
-
- @{ - var color = ServerUtilsHelper.GetColorFromState(Console.State); - } +
+
+
+
+
+
+ @{ + var color = ServerUtilsHelper.GetColorFromState(Console.State); + } - - - @(Console.State) - (@(Formatter.FormatUptime(DateTime.UtcNow - Console.LastStateChangeTimestamp))) - -
-
+ + + @(Console.State) + (@(Formatter.FormatUptime(DateTime.UtcNow - Console.LastStateChangeTimestamp))) + +
+
+
+ + + @(Server.Node.Fqdn):@(Server.MainAllocation.Port) + +
+ @* +
+ + + 188.75.252.37:10324 + +
+ *@ +
+
- - - @(Server.Node.Fqdn):@(Server.MainAllocation.Port) - +
+ @if (Console.State == ServerState.Offline) + { + + + + } + else + { + + } + + @if (Console.State == ServerState.Offline || Console.State == ServerState.Installing) + { + + } + else + { + + + + } + + @if (Console.State == ServerState.Offline || Console.State == ServerState.Installing) + { + + } + else + { + + + + } +
- @* -
- - - 188.75.252.37:10324 - -
- *@
-
-
- @if (Console.State == ServerState.Offline) - { - - - - } - else - { - - } - - @if (Console.State == ServerState.Offline || Console.State == ServerState.Installing) - { - - } - else - { - - - - } - - @if (Console.State == ServerState.Offline || Console.State == ServerState.Installing) - { - - } - else - { - - - - } -
-