Show number of rows rendered for custom sql query

This commit is contained in:
Dan Sosedoff
2017-02-25 14:04:48 -06:00
parent 7882abea35
commit 36fd4871e1
4 changed files with 20 additions and 6 deletions

View File

@@ -65,6 +65,7 @@
<input type="button" id="explain" value="Explain Query" class="btn btn-sm btn-default" />
<div id="query_progress">Please wait, query is executing...</div>
<div class="pull-right">
<span id="result-rows-count"></span>
<input type="button" id="json" value="JSON" class="btn btn-sm btn-default" />
<input type="button" id="csv" value="CSV" class="btn btn-sm btn-default" />
<input type="button" id="xml" value="XML" class="btn btn-sm btn-default" />