mirror of
https://github.com/zadam/trilium.git
synced 2024-11-18 05:35:56 +08:00
12 lines
429 B
Text
12 lines
429 B
Text
|
<div id="sql-console-dialog" class="tdialog" title="SQL console">
|
||
|
<div id="sql-console-query"></div>
|
||
|
|
||
|
<div style="text-align: center">
|
||
|
<button class="btn btn-danger" id="sql-console-execute">Execute <kbd>CTRL+ENTER</kbd></button>
|
||
|
</div>
|
||
|
|
||
|
<table id="sql-console-results" class="table table-striped" style="overflow: scroll; width: 100%;">
|
||
|
<thead></thead>
|
||
|
<tbody></tbody>
|
||
|
</table>
|
||
|
</div>
|