2018-11-07 00:47:40 +08:00
|
|
|
<div id="sql-console-dialog" class="modal fade mx-auto" tabindex="-1" role="dialog">
|
2018-12-23 17:57:40 +08:00
|
|
|
<div class="modal-dialog modal-lg" style="max-width: 1000px;" role="document">
|
|
|
|
<div class="modal-content">
|
|
|
|
<div class="modal-header">
|
|
|
|
<h5 class="modal-title">SQL console</h5>
|
|
|
|
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
|
|
|
|
<span aria-hidden="true">×</span>
|
|
|
|
</button>
|
|
|
|
</div>
|
|
|
|
<div class="modal-body">
|
|
|
|
<div id="sql-console-query"></div>
|
2018-11-06 21:16:38 +08:00
|
|
|
|
2018-12-23 17:57:40 +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-12-23 17:57:40 +08:00
|
|
|
<table id="sql-console-results" class="table table-striped" style="overflow: scroll; width: 100%;">
|
|
|
|
<thead></thead>
|
|
|
|
<tbody></tbody>
|
|
|
|
</table>
|
|
|
|
</div>
|
|
|
|
</div>
|
2018-11-07 00:47:40 +08:00
|
|
|
</div>
|
2018-11-06 21:16:38 +08:00
|
|
|
</div>
|