customizable redis key separator #379

This commit is contained in:
Jan Prochazka
2022-09-28 18:11:46 +02:00
parent 53b6b71a29
commit 18b7792370
3 changed files with 15 additions and 10 deletions

View File

@@ -173,6 +173,10 @@
/>
{/if}
{#if driver?.showConnectionField('treeKeySeparator', $values)}
<FormTextField label="Key separator" name="treeKeySeparator" disabled={isConnected} placeholder=":" />
{/if}
{#if driver?.showConnectionField('windowsDomain', $values)}
<FormTextField label="Domain (specify to use NTLM authentication)" name="windowsDomain" disabled={isConnected} />
{/if}