{% extends "base.html" %} {% block title %}{{ team.name }} - Codesphere Dashboard{% endblock %} {% block breadcrumb %}
Team ID: {{ team.id }} ยท Datacenter: {{ team.default_data_center_id }}
| Domain | Status |
|---|---|
| {{ domain.name }} | Active |
No custom domains configured.
{% endif %}| Resource | Plan | Usage | Replicas |
|---|---|---|---|
| {{ item.resource_name }} | {{ item.plan_name }} | {{ (item.usage_seconds / 3600)|round(2) }} hours | {{ item.replicas }} |
Total: {{ usage.total_items }} resources ยท Page {{ usage.current_page }} of {{ usage.total_pages }}
{% else %}No usage data available for this period.
{% endif %}