KI shit haha

This commit is contained in:
2025-11-05 21:15:10 +01:00
parent 8e8bfaee45
commit cfb97536ca
50 changed files with 906 additions and 5029 deletions

View File

@@ -15,7 +15,7 @@
<th>Container-ID</th>
<th>Name</th>
<th>Image</th>
<th>Host-ID</th>
<th>Host</th>
<th>Aktionen</th>
</tr>
@@ -25,8 +25,7 @@
<td>@container.ContainerId</td>
<td>@container.Name</td>
<td>@container.Image</td>
<!-- TODO: Link Hardcoded -->
<td><a class="ServiceEntry" href="/Server/Details/2">@container.ServerId</a></td>
<td><a class="ServiceEntry" href="/Server/Details/@container.ServerId">@container.Server?.Name</a></td>
<td>nicht verfügbar</td>
</tr>
}