mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-21 00:06:01 +00:00
load cloud folders
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
export let groupFunc;
|
||||
export let items;
|
||||
export let groupIconFunc = plusExpandIcon;
|
||||
export let mapGroupTitle = undefined;
|
||||
export let module;
|
||||
export let checkedObjectsStore = null;
|
||||
export let disableContextMenu = false;
|
||||
@@ -63,7 +64,7 @@
|
||||
<FontIcon icon={groupIconFunc(isExpanded)} />
|
||||
</span>
|
||||
|
||||
{group}
|
||||
{mapGroupTitle ? mapGroupTitle(group) : group}
|
||||
{items && `(${countText})`}
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user