Moved viewPanel into top-level of extension GUI
This commit is contained in:
parent
5dfc27ed03
commit
6b14ea8395
2 changed files with 3 additions and 3 deletions
|
|
@ -241,6 +241,7 @@ def dynamic_form():
|
|||
return {
|
||||
"icon": "sd_storage",
|
||||
"title": "Storage",
|
||||
"viewPanel": "gallery",
|
||||
"forms": [
|
||||
{
|
||||
"name": "Autostorage",
|
||||
|
|
@ -248,7 +249,6 @@ def dynamic_form():
|
|||
"isTask": False,
|
||||
"route": "/location-from-title",
|
||||
"emitOnResponse": "globalUpdateCaptures",
|
||||
"viewPanel": "gallery",
|
||||
"submitLabel": "Set path",
|
||||
"schema": [
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue