From 0611988019788a135d9951247d87540c89cec174 Mon Sep 17 00:00:00 2001 From: Marcel Baumgartner Date: Tue, 15 Aug 2023 21:59:35 +0200 Subject: [PATCH] Improved server tab icon handling --- Moonlight/Moonlight.csproj | 1 - Moonlight/Shared/Views/Server/Index.razor | 10 +++++----- Moonlight/Shared/Views/Server/ServerNavigation.razor | 2 +- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/Moonlight/Moonlight.csproj b/Moonlight/Moonlight.csproj index 1b6e5f4a..32af48e2 100644 --- a/Moonlight/Moonlight.csproj +++ b/Moonlight/Moonlight.csproj @@ -90,7 +90,6 @@ - diff --git a/Moonlight/Shared/Views/Server/Index.razor b/Moonlight/Shared/Views/Server/Index.razor index 815b99b3..39e50af0 100644 --- a/Moonlight/Shared/Views/Server/Index.razor +++ b/Moonlight/Shared/Views/Server/Index.razor @@ -249,7 +249,7 @@ { Name = "Console", Route = "/", - Icon = "terminal", + Icon = "bx-terminal", Component = ComponentHelper.FromType(typeof(ServerConsole)) }); @@ -257,7 +257,7 @@ { Name = "Files", Route = "/files", - Icon = "folder", + Icon = "bx-folder", Component = ComponentHelper.FromType(typeof(ServerFiles)) }); @@ -265,7 +265,7 @@ { Name = "Backups", Route = "/backups", - Icon = "box", + Icon = "bx-box", Component = ComponentHelper.FromType(typeof(ServerBackups)) }); @@ -273,7 +273,7 @@ { Name = "Network", Route = "/network", - Icon = "wifi", + Icon = "bx-wifi", Component = ComponentHelper.FromType(typeof(ServerNetwork)) }); @@ -281,7 +281,7 @@ { Name = "Settings", Route = "/settings", - Icon = "cog", + Icon = "bx-cog", Component = ComponentHelper.FromType(typeof(ServerSettings)) }); diff --git a/Moonlight/Shared/Views/Server/ServerNavigation.razor b/Moonlight/Shared/Views/Server/ServerNavigation.razor index d67aca15..d8941638 100644 --- a/Moonlight/Shared/Views/Server/ServerNavigation.razor +++ b/Moonlight/Shared/Views/Server/ServerNavigation.razor @@ -130,7 +130,7 @@ {