mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 04:26:01 +00:00
loading schemas indicator + error reporting
This commit is contained in:
@@ -124,7 +124,7 @@
|
||||
</WidgetsInnerContainer>
|
||||
{:else if objectList.length == 0 && $status && $status.name != 'pending' && $status.name != 'checkStructure' && $status.name != 'loadStructure' && $objects}
|
||||
<SchemaSelector
|
||||
schemaList={$schemaList}
|
||||
schemaList={_.isArray($schemaList) ? $schemaList : null}
|
||||
objectList={flatFilteredList}
|
||||
connection={$connection}
|
||||
{conid}
|
||||
@@ -159,7 +159,7 @@
|
||||
</InlineButton>
|
||||
</SearchBoxWrapper>
|
||||
<SchemaSelector
|
||||
schemaList={$schemaList}
|
||||
schemaList={_.isArray($schemaList) ? $schemaList : null}
|
||||
objectList={flatFilteredList}
|
||||
connection={$connection}
|
||||
{conid}
|
||||
|
||||
Reference in New Issue
Block a user