bugfix
This commit is contained in:
parent
f1e2914e86
commit
7851e80822
@ -8,6 +8,34 @@
|
|||||||
"exclouded": ["id", "ownerid"],
|
"exclouded": ["id", "ownerid"],
|
||||||
"alters": {}
|
"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": [
|
"editexclouded": [
|
||||||
"id", "ownerid"
|
"id", "ownerid"
|
||||||
],
|
],
|
||||||
|
|||||||
@ -27,10 +27,11 @@
|
|||||||
"subwidgets":[
|
"subwidgets":[
|
||||||
{% for llm in get_llms_by_catelog(cate.id) %}
|
{% for llm in get_llms_by_catelog(cate.id) %}
|
||||||
{
|
{
|
||||||
"widgettype":"VBox",
|
"widgettype":"VScrollPanel",
|
||||||
"options":{
|
"options":{
|
||||||
|
"css":"card",
|
||||||
"cwidth":16,
|
"cwidth":16,
|
||||||
"cheight":8
|
"cheight":14
|
||||||
},
|
},
|
||||||
"subwidgets":[
|
"subwidgets":[
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user