This commit is contained in:
Jan Prochazka 2024-09-19 15:21:41 +02:00
parent 4431d08a88
commit 732c5b763b

View File

@ -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`}