{% extends 'generic/_base.html' %} {% block title %}Connect Configuration — {{ runner.name }}{% endblock %} {% block content %}
Connect Configuration Edit
{% if is_remote %}
Secrets (tokens, passwords) are stored on the remote webserver and cannot be displayed here.
{% endif %} {% for key, value in config.items %} {% empty %} {% endfor %}
{{ key }} {{ value|default:"—" }}
No configuration found.
{% endblock content %}