{% extends "dsoc_canvas/base.html" %} {% block title %}Scrubbing Centers — DSOC{% endblock %} {% block content %}
| Name | Location | Provider | Capacity (Gbps) | Current Load (Gbps) | Utilization % | Status | Anycast Prefix |
|---|---|---|---|---|---|---|---|
| {{ center.name }} | {{ center.location or '—' }} | {{ center.provider or '—' }} | {{ cap }} | {{ load }} |
{{ pct }}%
|
{% set st = center.status | lower %} {% if st == 'operational' %} operational {% elif st == 'degraded' %} degraded {% elif st == 'maintenance' %} maintenance {% else %} {{ center.status }} {% endif %} | {{ center.anycast_prefix or '—' }} |
| No scrubbing centers configured yet. Add your first center above. | |||||||