mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-28 18:46:02 +00:00
shared cloud folders also for community (readonly)
This commit is contained in:
@@ -158,7 +158,7 @@
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
isProApp() && {
|
{
|
||||||
text: 'Add existing folder (from link)',
|
text: 'Add existing folder (from link)',
|
||||||
onClick: () => {
|
onClick: () => {
|
||||||
showModal(InputTextModal, {
|
showModal(InputTextModal, {
|
||||||
@@ -252,9 +252,7 @@
|
|||||||
<SearchInput placeholder="Search cloud connections and files" bind:value={filter} />
|
<SearchInput placeholder="Search cloud connections and files" bind:value={filter} />
|
||||||
<CloseSearchButton bind:filter />
|
<CloseSearchButton bind:filter />
|
||||||
<DropDownButton icon="icon plus-thick" menu={createAddItemMenu} title="Add new connection or file" />
|
<DropDownButton icon="icon plus-thick" menu={createAddItemMenu} title="Add new connection or file" />
|
||||||
{#if isProApp()}
|
|
||||||
<DropDownButton icon="icon add-folder" menu={createAddFolderMenu} title="Add new folder" />
|
<DropDownButton icon="icon add-folder" menu={createAddFolderMenu} title="Add new folder" />
|
||||||
{/if}
|
|
||||||
<InlineButton
|
<InlineButton
|
||||||
on:click={handleRefreshContent}
|
on:click={handleRefreshContent}
|
||||||
title="Refresh files"
|
title="Refresh files"
|
||||||
|
|||||||
Reference in New Issue
Block a user