{% extends "base.html" %} {% block title %}Teams{% endblock %} {% block content %}
ID | C | A | P | CR | MR | CPU | Memory (MiB) | Cost | Slack Cost | {% if links['team']: %}{% endif %} |
---|---|---|---|---|---|---|---|---|---|---|
{{ team_id if team_id else '?unknown?' }} | {{ team.clusters|count }} | {{ team.applications|count }} | {{ team.pods }} | {{ team.requests.cpu|round(3) }} | {{ team.requests.memory|filesizeformat(True) }} | {{ elements.resource_bar_cpu(team) }} | {{ elements.resource_bar_memory(team) }} | {{ team.cost|money }} | {{ team.slack_cost|money }} | {% if links['team']: %}{% endif %} |