Monitoring Logik + Container View Fix

This commit is contained in:
2025-07-11 08:52:03 +02:00
parent e98d616a07
commit 0816759bd2
9 changed files with 588 additions and 28 deletions

View File

@@ -153,7 +153,7 @@ public class ServerController : Controller
await _context.SaveChangesAsync();
}
return PartialView("_ServerCard", servers); // korrekt
return PartialView("_ServerCard", servers);
}