Skip to content
Snippets Groups Projects

Add script csv gen

Merged Mattia Mancini requested to merge add_script_csv_gen into main
3 unresolved threads
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -8,9 +8,18 @@
<table class="table table-striped table-bordered table-sm">
<tbody>
<tr><td>atdb_host</td><td>{{ atdb_host }}</td></tr>
<tr><td>atdb_host</td>
<td><ul>
{% for atdb_host in atdb_hosts %}
<li>{{ atdb_host.name }} ( <a href="{{ atdb_host.url }}">{{ atdb_host.url }}</a> )</li>
{% endfor %}
</ul>
</td>
</tr>
<tr><td>api data</td><td><a href="{% url 'dataproduct' %}">{% url 'dataproduct' %}</a></td></tr>
<tr><td>api data-location</td><td><a href="{% url 'datalocation' %}">{% url 'datalocation' %}</a></td></tr>
<tr><td>api work-specification</td><td><a href="{% url 'workspecification' %}">{% url 'workspecification' %}</a></td></tr>
<tr><td>api-schema</td><td><a href="{% url 'openapi-schema' %}">{% url 'openapi-schema' %}</a></td></tr>
</tbody>
Loading