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 %}
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 %}
Suppress Alert
✕
Target Type
Host (all interfaces)
Specific Interface
UniFi Device
Global Maintenance
Target Name
Interface
(interface type only)
Reason
*
Duration
30 min
1 hr
4 hr
8 hr
Manual ∞
Persists until manually removed.
Keyboard Shortcuts
✕
Shortcut
Action
Ctrl / ⌘ + K
Command palette
R
Refresh data (Dashboard / Link Debug / Inspector)
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 %}