feat:v2 #12

Merged
zwitschi merged 110 commits from develop into main 2025-11-14 18:02:55 +01:00
Showing only changes of commit 3051f91ab0 - Show all commits

View File

@@ -36,7 +36,18 @@
<tbody> <tbody>
{% for project in projects %} {% for project in projects %}
<tr> <tr>
<td>{{ project.name }}</td> <td class="table-cell-actions">
{{ project.name }}
<button
class="btn btn-ghost"
data-export-trigger
data-export-target="projects"
title="Export projects dataset"
>
<span aria-hidden="true"></span>
<span class="sr-only">Export</span>
</button>
</td>
<td>{{ project.location or '—' }}</td> <td>{{ project.location or '—' }}</td>
<td>{{ project.operation_type.value.replace('_', ' ') | title }}</td> <td>{{ project.operation_type.value.replace('_', ' ') | title }}</td>
<td>{{ project.scenario_count }}</td> <td>{{ project.scenario_count }}</td>