Explain analyze dropdown button (#532)

* Adds bootstrap dropdown plugin
* Float dropdown toggle left
* Extract query running message toggles
* Adds analyze function and api call
* Adds analyze api
This commit is contained in:
Tim Ings
2022-01-04 09:05:46 +08:00
committed by GitHub
parent af79994595
commit 17e95601ec
6 changed files with 223 additions and 15 deletions

View File

@@ -284,7 +284,6 @@
#input {
height: 255px;
overflow: hidden;
}
#input .wrapper {
@@ -571,6 +570,10 @@
display: block;
}
.left {
float: left;
}
/* -------------------------------------------------------------------------- */
#custom_query {