{% extends "base.html" %} {% import "macros/ui.html" as m %} {% block title %}{{ ws_name }} — Config{% endblock %} {% block nav_workspaces %}btn-active{% endblock %} {% block content %} {{ m::ws_tabs(ws_name=ws_name, active=ws_active_tab, ws_envs=ws_envs, ws_has_clusters=ws_has_clusters, ws_has_workflows=ws_has_workflows, current_env=current_env) }}

Config {{ ws_name }}

Infrastructure settings from infra/<env>/settings.ncl.

{% if not has_root %}
Workspace path not resolved.
{% endif %} {% if env_configs %} {% for ec in env_configs %}

{{ ec.env }}

{{ ec.config_pretty }}
{% endfor %} {% elif has_root %}
No infrastructure environments with settings.ncl found.
{% endif %} {% endblock %}