aboutsummaryrefslogtreecommitdiff
path: root/templates/partials/sidebar.django
diff options
context:
space:
mode:
Diffstat (limited to 'templates/partials/sidebar.django')
-rw-r--r--templates/partials/sidebar.django18
1 files changed, 10 insertions, 8 deletions
diff --git a/templates/partials/sidebar.django b/templates/partials/sidebar.django
index 01dd602..7568241 100644
--- a/templates/partials/sidebar.django
+++ b/templates/partials/sidebar.django
@@ -50,6 +50,12 @@
</svg>
Domains
</a>
+ <a href="#" class="nav-link flex items-center gap-3 px-3 py-2 rounded-lg text-sm transition-colors duration-150 opacity-50 pointer-events-none">
+ <svg class="w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24" stroke-width="1.5">
+ <path stroke-linecap="round" stroke-linejoin="round" d="M7.5 21 3 16.5m0 0L7.5 12M3 16.5h13.5m0-13.5L21 7.5m0 0L16.5 12M21 7.5H7.5" />
+ </svg>
+ Proxy Rules
+ </a>
</div>
</div>
@@ -88,18 +94,14 @@
</div>
</nav>
+ {% if AuthEnabled %}
<div class="mt-auto p-3 border-t border-white/[0.04]">
- <div class="flex items-center gap-2 px-3 py-2 text-xs text-zinc-600">
- <span class="inline-block w-1.5 h-1.5 rounded-full bg-emerald-400 animate-pulse"></span>
- SMTP listening
- </div>
- {% if AuthEnabled %}
- <a href="/auth/logout" class="flex items-center gap-3 px-3 py-2 rounded-lg text-xs text-zinc-500 hover:text-zinc-300 hover:bg-white/[0.04] transition-colors duration-150">
- <svg class="w-3.5 h-3.5" fill="none" stroke="currentColor" viewBox="0 0 24 24" stroke-width="1.5">
+ <a href="/auth/logout" class="nav-link flex items-center gap-3 px-3 py-2 rounded-lg text-sm transition-colors duration-150">
+ <svg class="w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24" stroke-width="1.5">
<path stroke-linecap="round" stroke-linejoin="round" d="M15.75 9V5.25A2.25 2.25 0 0 0 13.5 3h-6a2.25 2.25 0 0 0-2.25 2.25v13.5A2.25 2.25 0 0 0 7.5 21h6a2.25 2.25 0 0 0 2.25-2.25V15m3 0 3-3m0 0-3-3m3 3H9" />
</svg>
Logout
</a>
- {% endif %}
</div>
+ {% endif %}
</aside> \ No newline at end of file