This commit is contained in:
2025-06-15 13:00:19 +02:00
parent b3902d971c
commit f362dc9e3a
9 changed files with 389 additions and 15 deletions

View File

@@ -5,7 +5,7 @@
<div class="flex items-center justify-between mb-6">
<h1 class="text-2xl font-bold">Serverübersicht</h1>
<a asp-action="AddServer" class="bg-blue-600 text-white px-4 py-2 rounded hover:bg-blue-700">
<a asp-controller="Server" asp-action="AddServer" class="bg-blue-600 text-white px-4 py-2 rounded hover:bg-blue-700">
+ Server hinzufügen
</a>
</div>