Keep active table selected in Browse page in Spinner.
This commit is contained in:
parent
3372d942ec
commit
7c156d10d6
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
<form action="browse" method="post">
|
||||
<select name="table">
|
||||
{{#each tableNames}}
|
||||
<option value="{{this}}">{{this}}</option>
|
||||
<option value="{{this}}" {{eq table this yes="selected" no=""}}>{{this}}</option>
|
||||
{{/each}}
|
||||
</select>
|
||||
<input type="hidden" name="db" value="{{database}}" />
|
||||
|
|
Loading…
Add table
Reference in a new issue