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 %}
☀
>
Start typing to search…
{% block content %}{% endblock %}
Keyboard Shortcuts
✕
Shortcut
Action
Ctrl / ⌘ + K
Command palette
R
Refresh dashboard data
?
Show this help
ESC
Close modal
{% block scripts %}{% endblock %}