Default the query history to hidden in Spinner.
This commit is contained in:
parent
fae3004512
commit
5cabe5ecfa
1 changed files with 2 additions and 2 deletions
|
@ -16,8 +16,8 @@
|
|||
</form>
|
||||
|
||||
<!-- Container for previous queries -->
|
||||
<h1>Query History</h1>
|
||||
<table id="history-container"></table>
|
||||
<h1 class="collapse-header" data-for="history-container">Query History</h1>
|
||||
<table id="history-container" class="hidden"></table>
|
||||
|
||||
<!-- Query Result -->
|
||||
<h1>Data</h1>
|
||||
|
|
Loading…
Add table
Reference in a new issue