fix: catelog tab target should be app.llm_dialog_root (self container), not app.sage_main_content (main area)
This commit is contained in:
parent
f85913a235
commit
76673bf251
@ -15,6 +15,7 @@
|
|||||||
{% if len(catelogs) > 1 %}
|
{% if len(catelogs) > 1 %}
|
||||||
{
|
{
|
||||||
"widgettype":"VBox",
|
"widgettype":"VBox",
|
||||||
|
"id":"llm_dialog_root",
|
||||||
"options":{
|
"options":{
|
||||||
"width":"100%",
|
"width":"100%",
|
||||||
"height":"100%"
|
"height":"100%"
|
||||||
@ -42,7 +43,7 @@
|
|||||||
"wid":"self",
|
"wid":"self",
|
||||||
"event":"click",
|
"event":"click",
|
||||||
"actiontype":"urlwidget",
|
"actiontype":"urlwidget",
|
||||||
"target":"app.sage_main_content",
|
"target":"app.llm_dialog_root",
|
||||||
"mode":"replace",
|
"mode":"replace",
|
||||||
"options":{
|
"options":{
|
||||||
"url":"{{entire_url('/llmage/llm_dialog.ui')}}?id={{params_kw.id}}&catelogid={{c.catelogid}}"
|
"url":"{{entire_url('/llmage/llm_dialog.ui')}}?id={{params_kw.id}}&catelogid={{c.catelogid}}"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user