mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 10:46:00 +00:00
SYNC: most important tables diagram setting
This commit is contained in:
committed by
Diflow
parent
6fce43a122
commit
4270d5e8ec
@@ -5,6 +5,7 @@
|
||||
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>
|
||||
@@ -102,4 +103,8 @@
|
||||
<FormCheckboxField name="showDataType" label="Show data type" data-testid="DiagramSettings_showDataType" />
|
||||
|
||||
<FormTextField name="columnFilter" label="Column filter" />
|
||||
|
||||
{#if isProApp()}
|
||||
<FormTextField name="topTables" label="Only N most important tables" type="number" />
|
||||
{/if}
|
||||
</FormProviderCore>
|
||||
|
||||
Reference in New Issue
Block a user