Skip to main content
GANDALF
✕
Dashboard
Link Debug
Inspector
{% if user.groups and 'admin' in user.groups %}
Suppressions
{% endif %}
GANDALF
Network Monitor // LotusGuild
Dashboard
Link Debug
Inspector
{% if user.groups and 'admin' in user.groups %}
Admin ▾
Suppressions
{% else %}
Suppressions
{% endif %}
{% set _uname = user.name or user.username %} {% set _words = _uname.split() %} {% set _initials = (_words[0][0] ~ (_words[1][0] if _words|length > 1 else ''))|upper %}
{{ _initials }}
{{ _uname }}
{% if user.groups and 'admin' in user.groups %}
ADMIN
{% endif %}
🔔
Active Alerts
Mark all read
Loading…
⌕ K
☀
>
Start typing to search…
{% block content %}{% endblock %}
Keyboard Shortcuts
✕
Shortcut
Action
Ctrl / ⌘ + K
Command palette
R
Refresh data (Dashboard / Link Debug)
S
Quick-suppress alert (Dashboard)
*
Open settings
?
Show this help
ESC
Close modal / panel
Settings
✕
Auto-refresh interval
15 s
30 s
1 min
5 min
Off
User
{{ user.name or user.username }}
{% if user.groups %}
Groups
{{ user.groups | join(', ') }}
{% endif %}
{% block scripts %}{% endblock %}