{% extends "base.html" %} {% import "_settings_card_macro.html" as ext %} {% block title %}Monitoring — MediaForge{% endblock %} {% block styles %} {# Module panels below use the shared settings-card markup, which the Integrations page's stylesheet owns. #} {% endblock %} {% block content %} {# Monitoring — built exactly like the Settings / Integrations pages: one page, a floating side menu switching client-side between panels (no reload). The Statistics / Download History / Uptime bodies are the same partials the standalone routes use, so there is a single source of truth. #}
{% endblock %} {% block scripts %} {# MFCharts must load before stats.js, which draws the Statistics panel. #} {# Collapsible behaviour + the generic enable toggle/field saving for the module panels above (see _settings_card_macro.html). #} {% endblock %}