mirror of
https://github.com/zadam/trilium.git
synced 2025-11-15 09:45:52 +01:00
ability to run multiple queries (and get multiple result sets) from SQL console
This commit is contained in:
@@ -19,11 +19,7 @@
|
||||
<button class="btn btn-danger" id="sql-console-execute">Execute <kbd>CTRL+ENTER</kbd></button>
|
||||
</div>
|
||||
|
||||
<div style="width: 100%; overflow: auto;"> <!-- This is necessary for the table to be scrollable -->
|
||||
<table id="sql-console-results" class="table table-striped">
|
||||
<thead></thead>
|
||||
<tbody></tbody>
|
||||
</table>
|
||||
<div id="result-container" style="width: 100%; overflow: auto;"> <!-- This is necessary for the table to be scrollable -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user