Moved viewPanel into top-level of extension GUI

This commit is contained in:
Joel Collins 2020-03-18 17:51:55 +00:00
parent 5dfc27ed03
commit 6b14ea8395
2 changed files with 3 additions and 3 deletions

View file

@ -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": [
{