{% from "_macros.html" import th %} {{ th('数据源', 'Source') }}{{ th('代理', 'Proxy') }}{{ th('状态', 'State') }}{{ th('连败', 'Fail streak') }}{{ th('熔断次数', 'Cycles') }}{{ th('永久', 'Permanent') }}{{ th('冷却至', 'Cooldown') }}{{ th('最近成功', 'Last success') }} {% for c in circuits %} {% else %} {% endfor %}
{{ c.source }} #{{ c.proxy_id }} {{ c.state }} {{ c.fail_streak }} {{ c.open_cycles }} {% if c.permanent %}永久 permanent{% else %}—{% endif %} {{ c.cooldown_until or '—' }} {{ c.last_success_at or '—' }}
暂无熔断状态 No circuit state recorded yet.