templates/index.html aktualisiert

This commit is contained in:
2026-03-06 00:20:39 +00:00
parent 5bce656664
commit b5d5d25f45

View File

@@ -192,9 +192,9 @@
<div class="flex h-screen">
<div class="w-64 bg-slate-900 border-r border-slate-800 p-4 flex flex-col">
<h2 class="text-xl font-bold mb-4 flex items-center gap-2">
<!-- <h2 class="text-xl font-bold mb-4 flex items-center gap-2">
<span class="text-blue-400">📍</span> Nodes
</h2>
</h2> -->
<div id="node-list" class="flex-1 overflow-y-auto space-y-2">
{% for node in nodes %}
<div class="p-3 bg-slate-800 rounded border border-slate-700 relative group" id="node-card-{{ node.id }}">