Keep active table selected in Browse page in Spinner.

fork-5.53.8
Greyson Parrelli 2022-04-13 13:21:43 -04:00
rodzic 3372d942ec
commit 7c156d10d6
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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}}" />