discourse-data-explorer/assets/javascripts/discourse/templates/components/explorer-schema.hbs

13 lines
376 B
Handlebars
Raw Normal View History

2015-07-08 19:46:36 -04:00
<span class="schema-title">
{{i18n "explorer.schema.title"}} - {{{i18n "explorer.schema.type_help"}}}
</span>
2015-07-08 16:45:13 -04:00
{{text-field value=filter placeholderKey="explorer.schema.filter"}}
{{conditional-loading-spinner condition=loading}}
<div class="schema-container">
2015-07-08 19:46:36 -04:00
<ul>
{{#each tables as |table|}}
{{explorer-schema-onetable table=table}}
{{/each}}
</ul>
2015-07-08 16:45:13 -04:00
</div>