{% extends "core/base/base.html" %} {% comment %} SPDX-FileCopyrightText: 2023 Helmholtz-Zentrum Dresden-Rossendorf (HZDR) SPDX-License-Identifier: GPL-3.0-or-later {% endcomment %} {% load heliport %} {% block content %}

SSH Files and Directories

{% if paths %}
{% csrf_token %} {% for path, action_list in paths|zip:actions %} {% endfor %}
ID Name Login Path {% if helper_exists %} {% endif %}
{{ path.pk }} {% if path.is_directory %} {% else %} {% endif %} {{ path.label }} {{ path.login.name }} {{ path.path_str }} {% for action in action_list %} {{ action.name }} {% endfor %} Edit
{% endif %}

{% if update %} Update {% else %} Add {% endif %} a Data Source

{% csrf_token %}
Name
Path
Login
Description
{% if update %} {% else %} {% endif %}
Cancel
{% endblock content %} {% block script %} {% endblock script %}