templates/index.html aktualisiert
This commit is contained in:
@@ -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 }}">
|
||||
|
||||
Reference in New Issue
Block a user