This commit is contained in:
Priec
2026-08-15 18:31:51 +02:00
parent 56baa35cf2
commit 10d9784b9b
14 changed files with 404 additions and 111 deletions

View File

@@ -23,6 +23,11 @@
<small>{{ nav.tr("export-comma-hint") }}</small>
</label>
</div>
<label class="check">
<input type="checkbox" name="include_system_columns" value="true">
{{ nav.tr("export-include-system") }}
</label>
<small>{{ nav.tr("export-include-system-hint") }}</small>
<datalist id="export-tables">
{%- for profile in page.catalog.profiles %}{% for table in profile.tables %}<option value="{{ table }}"></option>{% endfor %}{% endfor -%}
</datalist>