mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 00:56:02 +00:00
"Show foreign key hints" showing only in premium
This commit is contained in:
@@ -224,11 +224,13 @@ ORDER BY
|
|||||||
})}
|
})}
|
||||||
defaultValue="100"
|
defaultValue="100"
|
||||||
/>
|
/>
|
||||||
<FormCheckboxField
|
{#if isProApp()}
|
||||||
name="dataGrid.showHintColumns"
|
<FormCheckboxField
|
||||||
label={_t('settings.dataGrid.showHintColumns', { defaultMessage: 'Show foreign key hints' })}
|
name="dataGrid.showHintColumns"
|
||||||
defaultValue={true}
|
label={_t('settings.dataGrid.showHintColumns', { defaultMessage: 'Show foreign key hints' })}
|
||||||
/>
|
defaultValue={true}
|
||||||
|
/>
|
||||||
|
{/if}
|
||||||
<!-- <FormCheckboxField name="dataGrid.showHintColumns" label="Show foreign key hints" defaultValue={true} /> -->
|
<!-- <FormCheckboxField name="dataGrid.showHintColumns" label="Show foreign key hints" defaultValue={true} /> -->
|
||||||
|
|
||||||
<FormCheckboxField
|
<FormCheckboxField
|
||||||
|
|||||||
Reference in New Issue
Block a user