Skip to content
Snippets Groups Projects
Commit 7c156d10 authored by Greyson Parrelli's avatar Greyson Parrelli
Browse files

Keep active table selected in Browse page in Spinner.

parent 3372d942
Branches
Tags
No related merge requests found
......@@ -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}}" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment