fix: 🐛 global search missing from devices

This commit is contained in:
2025-12-05 12:07:12 +00:00
parent 2af3584d80
commit 283c445263
4 changed files with 2 additions and 54 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
</a>
<a href="https://github.com/JDB-NET/ipam/releases" target="_blank" rel="noopener noreferrer" class="text-sm font-normal text-gray-300 hover:text-gray-100 -ml-1 mt-3">v{{ VERSION }}</a>
</div>
<div class="hidden lg:flex items-center justify-center absolute left-1/2 transform -translate-x-1/2">
<div class="hidden lg:flex items-center justify-center absolute left-1/2" style="transform: translateX(calc(-50% + 1.5rem));">
<form action="/search" method="GET" class="flex items-center space-x-2">
<input type="text" name="q" id="search-input" placeholder="Search..."
class="bg-zinc-700 text-white placeholder-gray-400 px-4 py-2 rounded-md text-base focus:outline-none focus:ring-2 focus:ring-gray-500 w-100"