2018-11-06 21:16:38 +08:00
|
|
|
<div id="sql-console-dialog" class="tdialog" title="SQL console">
|
2018-11-06 22:53:23 +08:00
|
|
|
<div id="sql-console-query"></div>
|
2018-11-06 21:16:38 +08:00
|
|
|
|
2018-11-06 22:53:23 +08:00
|
|
|
<div style="text-align: center">
|
|
|
|
<button class="btn btn-danger" id="sql-console-execute">Execute <kbd>CTRL+ENTER</kbd></button>
|
|
|
|
</div>
|
2018-11-06 21:16:38 +08:00
|
|
|
|
2018-11-06 22:53:23 +08:00
|
|
|
<table id="sql-console-results" class="table table-striped" style="overflow: scroll; width: 100%;">
|
|
|
|
<thead></thead>
|
|
|
|
<tbody></tbody>
|
|
|
|
</table>
|
2018-11-06 21:16:38 +08:00
|
|
|
</div>
|