mirror of
https://github.com/discourse/discourse-data-explorer.git
synced 2025-02-16 16:34:47 +00:00
Move around data explorer UI stuff
This commit is contained in:
parent
7201823c6b
commit
aff32aefa1
@ -1,5 +1,3 @@
|
|||||||
<h2>Queries</h2>
|
|
||||||
|
|
||||||
<div class="query-list">
|
<div class="query-list">
|
||||||
{{combo-box valueAttribute="id" value=selectedQueryId nameProperty="listName" content=content castInteger="true" nameChanges="true"}}
|
{{combo-box valueAttribute="id" value=selectedQueryId nameProperty="listName" content=content castInteger="true" nameChanges="true"}}
|
||||||
{{d-button action="showCreate" icon="plus" class="no-text"}}
|
{{d-button action="showCreate" icon="plus" class="no-text"}}
|
||||||
@ -101,9 +99,6 @@
|
|||||||
{{/each}}
|
{{/each}}
|
||||||
</div>
|
</div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
<div class="bool-options">
|
|
||||||
<label>{{input type="checkbox" checked=explain name="explain"}} {{i18n "explorer.explain_label"}}</label>
|
|
||||||
</div>
|
|
||||||
{{#if runDisabled}}
|
{{#if runDisabled}}
|
||||||
{{#if saveDisabled}}
|
{{#if saveDisabled}}
|
||||||
{{d-button label="explorer.run" disabled="true" class="btn-primary"}}
|
{{d-button label="explorer.run" disabled="true" class="btn-primary"}}
|
||||||
@ -113,6 +108,7 @@
|
|||||||
{{else}}
|
{{else}}
|
||||||
{{d-button action="run" label="explorer.run" disabled=runDisabled class="btn-primary" type="submit"}}
|
{{d-button action="run" label="explorer.run" disabled=runDisabled class="btn-primary" type="submit"}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
<label class="query-plan">{{input type="checkbox" checked=explain name="explain"}} {{i18n "explorer.explain_label"}}</label>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
|
@ -150,6 +150,14 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.query-run {
|
||||||
|
margin-top: 15px;
|
||||||
|
.query-plan {
|
||||||
|
display: inline-block;
|
||||||
|
margin-left: 15px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.clear { clear: both; }
|
.clear { clear: both; }
|
||||||
|
|
||||||
.schema-title {
|
.schema-title {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user