mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 17:06:01 +00:00
redis search keys
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
|
||||
export let item;
|
||||
export let indentLevel = 0;
|
||||
export let filter;
|
||||
|
||||
export let onRefreshParent;
|
||||
|
||||
@@ -170,5 +171,13 @@
|
||||
</div> -->
|
||||
|
||||
{#if isExpanded}
|
||||
<DbKeysSubTree {conid} {database} root={item.root} indentLevel={indentLevel + 1} {reloadToken} {connection} />
|
||||
<DbKeysSubTree
|
||||
{conid}
|
||||
{database}
|
||||
root={item.root}
|
||||
indentLevel={indentLevel + 1}
|
||||
{reloadToken}
|
||||
{connection}
|
||||
{filter}
|
||||
/>
|
||||
{/if}
|
||||
|
||||
Reference in New Issue
Block a user