1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

feat: ability to export connections

This commit is contained in:
2023-08-17 13:48:55 +02:00
parent 832aa75ebe
commit f5b86e59e7
12 changed files with 485 additions and 14 deletions

View File

@ -26,7 +26,7 @@
type="text"
required
readonly
:placeholder="t('database.schemaName')"
@click.prevent="openPathDialog"
>
<button
type="button"
@ -251,7 +251,7 @@
</div>
</div>
<div class="column col-auto px-0">
<button class="btn btn-link" @click.stop="closeModal">
<button class="btn btn-link mr-2" @click.stop="closeModal">
{{ t('general.close') }}
</button>
<button