{% extends "base.html" %} {% block title %}实例状态 — Benchmark Platform{% endblock %} {% block content %}
{% include "partials/system_resources.html" %}
{{ running_count }} 运行中 · {{ stopped_count }} 已停止
{% if running_count %} {% endif %}
{% include "partials/status_table.html" %}
题目 队伍 端口映射 状态 操作
{% include "components/modal_confirm.html" %} {% endblock %}