mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 16:36:00 +00:00
loading redis keys
This commit is contained in:
8
packages/web/src/widgets/DbKeysTree.svelte
Normal file
8
packages/web/src/widgets/DbKeysTree.svelte
Normal file
@@ -0,0 +1,8 @@
|
||||
<script lang="ts">
|
||||
import DbKeysSubTree from './DbKeysSubTree.svelte';
|
||||
|
||||
export let conid;
|
||||
export let database;
|
||||
</script>
|
||||
|
||||
<DbKeysSubTree {conid} {database} root="" />
|
||||
Reference in New Issue
Block a user