22 lines
326 B
XML
22 lines
326 B
XML
{
|
|
"widgettype":"VScrollPanel",
|
|
"options":{
|
|
"width":"100%",
|
|
"height":"100%"
|
|
},
|
|
"subwidgets":[
|
|
{
|
|
"widgettype":"urlwidget",
|
|
"options":{
|
|
"url":"{{entire_url('statistic/statistics.ui')}}"
|
|
}
|
|
},
|
|
{
|
|
"widgettype":"urlwidget",
|
|
"options":{
|
|
"url":"{{entire_url('/llmage/show_llms.ui')}}"
|
|
}
|
|
}
|
|
]
|
|
}
|