diff --git a/Moonlight/Shared/Views/Server/Index.razor b/Moonlight/Shared/Views/Server/Index.razor index ce14d12b..815b99b3 100644 --- a/Moonlight/Shared/Views/Server/Index.razor +++ b/Moonlight/Shared/Views/Server/Index.razor @@ -185,7 +185,7 @@ .Get() .Include(x => x.Allocations) .Include(x => x.Image) - .Include("Image.Variables") + .ThenInclude(x => x.Variables) .Include(x => x.Node) .Include(x => x.Variables) .Include(x => x.MainAllocation)