mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 19:05:59 +01:00
12 lines
429 B
Plaintext
12 lines
429 B
Plaintext
|
|
<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>
|