bugfi
This commit is contained in:
parent
166edbd237
commit
63e4064180
@ -371,10 +371,27 @@ bricks.LlmIO = class extends bricks.VBox {
|
|||||||
},
|
},
|
||||||
subwidgets:[
|
subwidgets:[
|
||||||
{
|
{
|
||||||
widgettype:"Title4",
|
widgettype: "HBox",
|
||||||
|
options: {
|
||||||
|
cheight: 2
|
||||||
|
},
|
||||||
|
subwidgets: [
|
||||||
|
{
|
||||||
|
widgettype:"Svg",
|
||||||
|
options: {
|
||||||
|
url:"/appbase/show_icon.dspy",
|
||||||
|
params: {
|
||||||
|
"id": "${iconid}"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
widgettype:"Title6",
|
||||||
options:{
|
options:{
|
||||||
text:"${name}"
|
text:"${name}"
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
widgettype:"Filler",
|
widgettype:"Filler",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user