mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-23 20:45:59 +00:00
SYNC: removed button
This commit is contained in:
committed by
Diflow
parent
18d0558b19
commit
a2d55d3fdd
@@ -253,15 +253,6 @@
|
|||||||
<InlineButton on:click={handleFullRefreshDatabase}
|
<InlineButton on:click={handleFullRefreshDatabase}
|
||||||
>{_t('common.refresh', { defaultMessage: 'Refresh' })}</InlineButton
|
>{_t('common.refresh', { defaultMessage: 'Refresh' })}</InlineButton
|
||||||
>
|
>
|
||||||
|
|
||||||
<DropDownButton
|
|
||||||
menu={createRefreshDatabaseMenu}
|
|
||||||
title={_t('sqlObjectList.refreshDatabase', { defaultMessage: 'Refresh database connection and object list' })}
|
|
||||||
square
|
|
||||||
narrow={false}
|
|
||||||
data-testid="SqlObjectList_refreshButton"
|
|
||||||
icon="icon dots-vertical"
|
|
||||||
/>
|
|
||||||
</WidgetsInnerContainer>
|
</WidgetsInnerContainer>
|
||||||
{:else if objectList.length == 0 && $status && $status.name != 'pending' && $status.name != 'checkStructure' && $status.name != 'loadStructure' && $objects}
|
{:else if objectList.length == 0 && $status && $status.name != 'pending' && $status.name != 'checkStructure' && $status.name != 'loadStructure' && $objects}
|
||||||
<SchemaSelector
|
<SchemaSelector
|
||||||
|
|||||||
Reference in New Issue
Block a user