mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-30 17:24:00 +00:00
fix
This commit is contained in:
@@ -123,6 +123,14 @@
|
|||||||
<InlineButton on:click={handleRefreshDatabase}>Refresh</InlineButton>
|
<InlineButton on:click={handleRefreshDatabase}>Refresh</InlineButton>
|
||||||
</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
|
||||||
|
schemaList={$schemaList}
|
||||||
|
objectList={flatFilteredList}
|
||||||
|
connection={$connection}
|
||||||
|
{conid}
|
||||||
|
{database}
|
||||||
|
{driver}
|
||||||
|
/>
|
||||||
<WidgetsInnerContainer>
|
<WidgetsInnerContainer>
|
||||||
<ErrorInfo
|
<ErrorInfo
|
||||||
message={`Database ${database} is empty or structure is not loaded, press Refresh button to reload structure`}
|
message={`Database ${database} is empty or structure is not loaded, press Refresh button to reload structure`}
|
||||||
|
|||||||
Reference in New Issue
Block a user