chore: Switched to env variables and added public build
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<header class="bg-gray-800 shadow-md py-3 px-6 flex items-center justify-between relative">
|
||||
<a href="/" class="flex items-center space-x-3">
|
||||
<img src="/static/logo.png" alt="Logo" class="h-8 rounded">
|
||||
<span class="text-2xl font-bold text-white">JDB-NET IPAM</span>
|
||||
<img src="{{ LOGO_PNG }}" alt="Logo" class="h-8 rounded">
|
||||
<span class="text-2xl font-bold text-white">{{ NAME }} IPAM</span>
|
||||
</a>
|
||||
<div class="hidden lg:block absolute left-1/2 transform -translate-x-1/2 text-white text-lg font-medium whitespace-nowrap">
|
||||
{% if current_user_name %}Hello, {{ current_user_name }}{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user