mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-25 01:45:59 +00:00
cloud connections expansion fix
This commit is contained in:
@@ -43,6 +43,8 @@
|
|||||||
...$cloudConnectionsStore[data.conid],
|
...$cloudConnectionsStore[data.conid],
|
||||||
status: data.status,
|
status: data.status,
|
||||||
}}
|
}}
|
||||||
|
on:dblclick
|
||||||
|
on:expand
|
||||||
/>
|
/>
|
||||||
{:else}
|
{:else}
|
||||||
<AppObjectCore
|
<AppObjectCore
|
||||||
@@ -52,6 +54,8 @@
|
|||||||
title={data.name}
|
title={data.name}
|
||||||
menu={createMenu}
|
menu={createMenu}
|
||||||
on:click={handleOpenContent}
|
on:click={handleOpenContent}
|
||||||
|
on:dblclick
|
||||||
|
on:expand
|
||||||
></AppObjectCore>
|
></AppObjectCore>
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user