{% extends "base.html" %} {% block subtitle %}v{{ version }}{% endblock %} {% block content %}

Status

auto-refreshes every 5s
{% include "_status.html" %}

Controls

click an action
{% set groups = [ ("Time travel", [ ("advance", "Advance time", "days · months · quarters"), ("setdate", "Set date", "jump to a calendar date"), ]), ("Accounts", [ ("account", "New account", "create with allocation"), ("editaccount", "Edit account", "allocation · parent · desc"), ]), ("Usage & limits", [ ("usage", "Inject usage", "record node-hours"), ("settings", "Periodic settings", "fairshare · limits"), ("qos", "QoS control", "downscale · restore"), ]), ] %} {% for group_title, actions in groups %}

{{ group_title }}

{% for key, title, sub in actions %} {% endfor %}
{% endfor %}

Cluster configuration

Clusters, partitions, QoS definitions and TRES billing weights.

Recent jobs

{# One shared modal; its body is loaded per action via HTMX #} {% endblock %}