Fix DB picker, theme picker per Buefy conventions
This commit is contained in:
parent
dd9e41f651
commit
e39581695f
2 changed files with 11 additions and 5 deletions
tailbone/views
|
@ -2783,7 +2783,7 @@ class MasterView(View):
|
|||
# would therefore share the "current" engine)
|
||||
selected = self.get_current_engine_dbkey()
|
||||
kwargs['expose_db_picker'] = True
|
||||
kwargs['db_picker_options'] = [tags.Option(k) for k in engines]
|
||||
kwargs['db_picker_options'] = [tags.Option(k, value=k) for k in engines]
|
||||
kwargs['db_picker_selected'] = selected
|
||||
|
||||
# add info for downloadable input file templates, if any
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue