aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorJames Barnett <noreply@jamesbarnett.xyz>2018-01-28 18:18:18 +0000
committerJames Barnett <noreply@jamesbarnett.xyz>2018-01-28 18:18:18 +0000
commit377efef8c6a4134a2f1f796f1f04d586256986e3 (patch)
treed8d73a090abf95c6b339c024db3b5686f7c5e9ed /index.html
parent4dccd9a8f82102264be856cdeb57eb80b35e1043 (diff)
downloadsql-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.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/index.html b/index.html
index 23593dc..a58d8e0 100644
--- a/index.html
+++ b/index.html
@@ -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>