mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 20:26:23 +00:00
fix
This commit is contained in:
parent
4431d08a88
commit
732c5b763b
@ -123,6 +123,14 @@
|
||||
<InlineButton on:click={handleRefreshDatabase}>Refresh</InlineButton>
|
||||
</WidgetsInnerContainer>
|
||||
{: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>
|
||||
<ErrorInfo
|
||||
message={`Database ${database} is empty or structure is not loaded, press Refresh button to reload structure`}
|
||||
|
Loading…
Reference in New Issue
Block a user