mirror of
https://github.com/Fabio286/antares.git
synced 2025-03-23 14:50:20 +01:00
fix: missing support check for table check features
This commit is contained in:
parent
f0d312fb59
commit
2ee9cfcf0b
@ -2,4 +2,5 @@ node_modules
|
||||
assets
|
||||
out
|
||||
dist
|
||||
build
|
||||
build
|
||||
misc
|
@ -73,6 +73,7 @@
|
||||
<span>{{ t('database.foreignKeys') }}</span>
|
||||
</button>
|
||||
<button
|
||||
v-if="workspace.customizations.tableCheck"
|
||||
class="btn btn-dark btn-sm ml-2 mr-0"
|
||||
:disabled="isSaving || !localFields.length"
|
||||
:title="t('database.manageTableChecks')"
|
||||
|
@ -73,6 +73,7 @@
|
||||
<span>{{ t('database.foreignKeys') }}</span>
|
||||
</button>
|
||||
<button
|
||||
v-if="workspace.customizations.tableCheck"
|
||||
class="btn btn-dark btn-sm ml-2 mr-0"
|
||||
:disabled="isSaving"
|
||||
:title="t('database.manageTableChecks')"
|
||||
|
Loading…
x
Reference in New Issue
Block a user