diff --git a/Moonlight/Features/Servers/UI/Views/Admin/Manager.razor b/Moonlight/Features/Servers/UI/Views/Admin/Manager.razor
index b4c3a36..ebe8b8c 100644
--- a/Moonlight/Features/Servers/UI/Views/Admin/Manager.razor
+++ b/Moonlight/Features/Servers/UI/Views/Admin/Manager.razor
@@ -101,29 +101,29 @@
@context.Server.Name
-
+
@context.State
-
+
@Math.Round(context.Stats.CpuUsage, 2)%
-
+
@Formatter.FormatSize(context.Stats.MemoryUsage)
-
+
@Formatter.FormatSize(context.Stats.NetRead)
-
+
@Formatter.FormatSize(context.Stats.NetWrite)