mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-17 22:36:01 +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}
|
||||
>{_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>
|
||||
{:else if objectList.length == 0 && $status && $status.name != 'pending' && $status.name != 'checkStructure' && $status.name != 'loadStructure' && $objects}
|
||||
<SchemaSelector
|
||||
|
||||
Reference in New Issue
Block a user