2015-07-14 12:44:42 -04:00
|
|
|
{{#if hideSchema}}
|
|
|
|
{{d-button action="expandSchema" icon="chevron-left" class="no-text unhide"}}
|
|
|
|
{{/if}}
|
|
|
|
<div class="{{if hideSchema "hidden"}}">
|
|
|
|
{{text-field value=filter placeholderKey="explorer.schema.filter"}}
|
|
|
|
{{d-button action="collapseSchema" icon="chevron-right" class="no-text btn-small"}}
|
|
|
|
{{conditional-loading-spinner condition=loading}}
|
|
|
|
<div class="schema-container">
|
|
|
|
<ul>
|
|
|
|
{{#each tables as |table|}}
|
|
|
|
{{explorer-schema-onetable table=table}}
|
|
|
|
{{/each}}
|
|
|
|
</ul>
|
|
|
|
</div>
|
2015-07-08 16:45:13 -04:00
|
|
|
</div>
|