{# Monitoring floating side menu — client-side tab switching (switchMonTab in monitoring.html), same markup/behaviour as the Settings/Integrations menu. Only used by monitoring.html; the panels live in the same page so there is no reload. Uptime entry only when enabled. #}
{% if uptime_enabled %} {% endif %} {# Module tabs — every thirdparty registered with settings_host="monitoring" gets one of its own; registry.py's _placed_tab() never lets a module attach to one of the four built-in panels above. Same "Modules" group and "M" pill as the Integrations/Notifications menus. #} {% set mon_module_tabs = get_dynamic_tabs('monitoring') %} {% if mon_module_tabs %}
{{ _('Modules') }}
{% for t in mon_module_tabs %} {% endfor %} {% endif %}