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