bugfix
This commit is contained in:
parent
f1e2914e86
commit
7851e80822
@ -8,6 +8,34 @@
|
||||
"exclouded": ["id", "ownerid"],
|
||||
"alters": {}
|
||||
},
|
||||
"toolbar": {
|
||||
"tools":[
|
||||
{
|
||||
"name":"test",
|
||||
"label":"体验",
|
||||
"selected_row":true
|
||||
}
|
||||
]
|
||||
},
|
||||
"binds":[
|
||||
{
|
||||
"wid":"self",
|
||||
"event":"test",
|
||||
"actiontype":"urlwidget",
|
||||
"target":"PopupWindow",
|
||||
"popup_options":{
|
||||
"title":"model Test",
|
||||
"cwidth":22,
|
||||
"height":"75%"
|
||||
},
|
||||
"options":{
|
||||
"url":"{{entire_url('./llm_dialog.ui')}}",
|
||||
"params":{
|
||||
"id":"${id}"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"editexclouded": [
|
||||
"id", "ownerid"
|
||||
],
|
||||
|
||||
@ -27,10 +27,11 @@
|
||||
"subwidgets":[
|
||||
{% for llm in get_llms_by_catelog(cate.id) %}
|
||||
{
|
||||
"widgettype":"VBox",
|
||||
"widgettype":"VScrollPanel",
|
||||
"options":{
|
||||
"css":"card",
|
||||
"cwidth":16,
|
||||
"cheight":8
|
||||
"cheight":14
|
||||
},
|
||||
"subwidgets":[
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user