diff options
| author | James Barnett <noreply@jamesbarnett.xyz> | 2018-01-28 18:18:18 +0000 |
|---|---|---|
| committer | James Barnett <noreply@jamesbarnett.xyz> | 2018-01-28 18:18:18 +0000 |
| commit | 377efef8c6a4134a2f1f796f1f04d586256986e3 (patch) | |
| tree | d8d73a090abf95c6b339c024db3b5686f7c5e9ed /index.html | |
| parent | 4dccd9a8f82102264be856cdeb57eb80b35e1043 (diff) | |
| download | sql-plus-plus-377efef8c6a4134a2f1f796f1f04d586256986e3.tar.xz sql-plus-plus-377efef8c6a4134a2f1f796f1f04d586256986e3.zip | |
Handle query execution errors and show exec status
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -21,11 +21,14 @@ <div class="results-row split-row"> <table id="result-table" class="table stripe compact order-column" width="100%"></table> + <div id="result-error"></div> </div> </div> <div class="row footer"> - some status + <div id="execution-status" class="exec-idle">Idle</div> + <div id="execution-time"></div> + <div id="row-count"></div> </div> </div> <script> |