Show email, company, stand in header, v1.0.5

This commit is contained in:
2026-07-24 07:24:36 +04:00
parent 8c2467c1b7
commit f3fb886916
3 changed files with 20 additions and 1 deletions
+1
View File
@@ -16,6 +16,7 @@
<div style="max-width:900px;margin:0 auto;padding:12px 16px 0;display:flex;align-items:center;gap:12px;">
<img src="{{ url_for('static', filename='logo.svg') }}" alt="Nubes" style="height:24px;" />
<span style="font-size:11px;color:var(--muted);">v{{ config.VERSION if config else '?' }}</span>
{% if token_info.email %}<span style="font-size:11px;color:var(--muted);">{{ token_info.email }} | {{ token_info.company }} | test</span>{% endif %}
<span style="flex:1;"></span>
<form method="post" style="display:flex;align-items:center;gap:6px;">
<input type="password" name="token" placeholder="env: {{ env_token_masked }}" value="{{ '' if not has_user_token else '••••••••' }}" style="height:28px;width:200px;font-size:12px;border:1px solid var(--brand-gray);border-radius:4px;padding:0 6px;" />