{% extends "base.html" %} {% from "_config_macros.html" import render_field, save_button, save_feedback, save_script, config_breadcrumb %} {% block title %}Cache & Scheduler — Configuration — StreamFusion Admin{% endblock %} {% block page_title %}Configuration — Cache & Scheduler{% endblock %} {% block extra_head %} {% endblock %} {% block content %} {{ config_breadcrumb('Cache & Scheduler') }} {{ save_feedback() }}
{% endblock %} {% block extra_scripts %} {{ save_script('cfg-form', url_for('config_cache_post')(request), url_for('config_cache_reset')(request)) }} {% endblock %}