{% extends "base.html" %} {% block title %}SLA Policies // Synapse-Cortex{% endblock %} {% block header %}Tenant SLA Configuration{% endblock %} {% block content %}
Resolution & response targets by priority
{% for p in policies %} {% else %} {% endfor %}
Priority Response Time (min) Resolution Time (min)
{{ p.priority.value }}
No SLA policies configured.
{% endblock %}