Fix new_session.ui: add container ID and correct target reference for create_session button
This commit is contained in:
parent
82a58be972
commit
b30a98f65e
@ -1,5 +1,6 @@
|
|||||||
{
|
{
|
||||||
"widgettype": "VBox",
|
"widgettype": "VBox",
|
||||||
|
"id": "new-session-container",
|
||||||
"options": {
|
"options": {
|
||||||
"width": "100%",
|
"width": "100%",
|
||||||
"height": "100%",
|
"height": "100%",
|
||||||
@ -82,7 +83,7 @@
|
|||||||
"wid": "self",
|
"wid": "self",
|
||||||
"event": "click",
|
"event": "click",
|
||||||
"actiontype": "registerfunction",
|
"actiontype": "registerfunction",
|
||||||
"target": "self",
|
"target": "app.new-session-container",
|
||||||
"rfname": "create_session",
|
"rfname": "create_session",
|
||||||
"params": {}
|
"params": {}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user