mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 18:16:00 +00:00
next screenshots
This commit is contained in:
@@ -36,9 +36,11 @@
|
||||
<span class="expandColumnIcon" style={`margin-right: ${5 + (node.level - (tempRoot?.level ?? 0)) * 10}px`}>
|
||||
<FontIcon
|
||||
icon={node.isExpandable ? plusExpandIcon(node.isExpanded) : 'icon invisible-box'}
|
||||
data-testid={`PerspectiveNodeRow_expand_${node.pathIdentifier}`}
|
||||
on:click={() => {
|
||||
node.toggleExpanded();
|
||||
}}
|
||||
|
||||
/>
|
||||
</span>
|
||||
|
||||
@@ -54,6 +56,7 @@
|
||||
on:change={() => {
|
||||
node.toggleChecked();
|
||||
}}
|
||||
data-testid={`PerspectiveNodeRow_check_${node.pathIdentifier}`}
|
||||
/>
|
||||
|
||||
{#if node.secondaryCheckable}
|
||||
|
||||
Reference in New Issue
Block a user