{% load unfold %}
| {{ header.label }} | {% endfor %}|||||
|---|---|---|---|---|---|
|
{{ row.name|title }}
Zone: {{ row.name }}
|
{{ row.title }}
{{ row.description }}
|
{{ row.apps_count|default:row.app_count|default:0 }}
{% if row.apps_count|default:row.app_count|default:0 == 1 %}App{% else %}Apps{% endif %}
|
{{ row.endpoints_count|default:row.endpoint_count|default:0 }}
{% if row.endpoints_count|default:row.endpoint_count|default:0 == 1 %}Endpoint{% else %}Endpoints{% endif %}
|
{% if row.status == 'active' or row.status == 'enabled' %} {% include 'admin/components/status_badge.html' with status='active' text='Active' %} {% elif row.status == 'maintenance' %} {% include 'admin/components/status_badge.html' with status='warning' text='Maintenance' icon='build' %} {% elif row.status == 'disabled' %} {% include 'admin/components/status_badge.html' with status='error' text='Disabled' icon='block' %} {% else %} {% include 'admin/components/status_badge.html' with status='' text=row.status|title icon='help' %} {% endif %} |
API zones help organize and control access to different parts of your application. Create your first zone to get started.
Total Zones
{{ zones_table.rows|length }}
Active Zones
{{ zones_table.rows|length }}
Total Apps
{% widthratio zones_table.rows|length 1 8 %}
Endpoints
{% widthratio zones_table.rows|length 3 25 %}