mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 06:06:01 +00:00
SYNC: diagram settings in premium
This commit is contained in:
committed by
Diflow
parent
4fb1b0dbd1
commit
101173c87c
@@ -1,12 +1,10 @@
|
||||
<script lang="ts">
|
||||
import { DIAGRAM_ZOOMS } from 'dbgate-tools';
|
||||
import FormStyledButton from '../buttons/FormStyledButton.svelte';
|
||||
import FormCheckboxField from '../forms/FormCheckboxField.svelte';
|
||||
|
||||
import FormProviderCore from '../forms/FormProviderCore.svelte';
|
||||
import FormSelectField from '../forms/FormSelectField.svelte';
|
||||
import FormTextField from '../forms/FormTextField.svelte';
|
||||
import { isProApp } from '../utility/proTools';
|
||||
|
||||
export let values;
|
||||
</script>
|
||||
@@ -59,7 +57,5 @@
|
||||
|
||||
<FormTextField name="columnFilter" label="Column filter" />
|
||||
|
||||
{#if isProApp()}
|
||||
<FormTextField name="topTables" label="Only N most important tables" type="number" />
|
||||
{/if}
|
||||
<FormTextField name="topTables" label="Only N most important tables" type="number" />
|
||||
</FormProviderCore>
|
||||
|
||||
Reference in New Issue
Block a user