fixes
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user