fix(rag): 引擎配置入口改用Popup(与新建知识库同模式)
This commit is contained in:
parent
42f283b665
commit
576f0b6368
@ -88,8 +88,15 @@
|
||||
"wid": "self",
|
||||
"event": "click",
|
||||
"actiontype": "urlwidget",
|
||||
"target": "app.rag_main_content",
|
||||
"mode": "replace",
|
||||
"target": "Popup",
|
||||
"popup_options": {
|
||||
"auto_dismiss": false,
|
||||
"dismiss_events": ["cancel"],
|
||||
"movable": true,
|
||||
"archor": "cc",
|
||||
"width": "50%",
|
||||
"height": "80%"
|
||||
},
|
||||
"options": {
|
||||
"url": "{{entire_url('../engine_configs_list/index.ui')}}"
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user