Add button to export to CSV (wip)

This commit is contained in:
Dan Sosedoff
2014-10-18 08:07:19 -07:00
parent a8c53294df
commit f955131728
2 changed files with 29 additions and 0 deletions

View File

@@ -33,6 +33,7 @@
<div class="actions">
<input type="button" id="run" value="Run Query" class="btn btn-sm btn-primary" />
<input type="button" id="explain" value="Explain Query" class="btn btn-sm btn-default" />
<input type="button" id="csv" value="Download CSV" class="btn btn-sm btn-default" />
<div id="query_progress">Please wait, query is executing...</div>
</div>