mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 03:06:00 +00:00
cloud content fixes
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
});
|
||||
$: contentGroupTitleMap = _.fromPairs(($cloudContentList || []).map(x => [x.folid, x.name]));
|
||||
|
||||
$: console.log('cloudContentFlat', cloudContentFlat);
|
||||
// $: console.log('cloudContentFlat', cloudContentFlat);
|
||||
|
||||
async function handleRefreshContent() {
|
||||
await apiCall('cloud/refresh-content');
|
||||
@@ -64,7 +64,7 @@
|
||||
>
|
||||
<WidgetsInnerContainer>
|
||||
<SearchBoxWrapper>
|
||||
<SearchInput placeholder="Search cloud items" bind:value={cloudFilter} />
|
||||
<SearchInput placeholder="Search cloud connections and files" bind:value={cloudFilter} />
|
||||
<CloseSearchButton bind:filter={cloudFilter} />
|
||||
<InlineButton
|
||||
on:click={handleRefreshContent}
|
||||
|
||||
Reference in New Issue
Block a user