mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 19:36:00 +00:00
color mark in connection tree
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
export let expandIconFunc = undefined;
|
||||
export let checkedObjectsStore = null;
|
||||
export let disableContextMenu = false;
|
||||
export let passProps;
|
||||
|
||||
export let groupFunc = undefined;
|
||||
|
||||
@@ -75,6 +76,7 @@
|
||||
{groupFunc}
|
||||
{disableContextMenu}
|
||||
{filter}
|
||||
{passProps}
|
||||
/>
|
||||
{/each}
|
||||
{:else}
|
||||
@@ -92,6 +94,7 @@
|
||||
{disableContextMenu}
|
||||
{filter}
|
||||
isExpandedBySearch={childrenMatched.includes(data)}
|
||||
{passProps}
|
||||
/>
|
||||
{/each}
|
||||
{/if}
|
||||
|
||||
Reference in New Issue
Block a user