39 lines
1.4 KiB
XML
39 lines
1.4 KiB
XML
{
|
|
"widgettype": "Tabular",
|
|
"options": {
|
|
"width": "100%",
|
|
"height": "100%",
|
|
"data_url": "{{entire_url('api/sessions_list.dspy')}}",
|
|
"data_method": "GET",
|
|
"page_rows": 20,
|
|
"row_options": {
|
|
"fields": [
|
|
{"name": "id", "width": 80, "frozen": true},
|
|
{"name": "initial_request", "title": "请求内容", "width": 300},
|
|
{"name": "context_summary", "title": "上下文摘要", "width": 200},
|
|
{
|
|
"name": "status",
|
|
"title": "状态",
|
|
"width": 100,
|
|
"uitype": "code",
|
|
"data": [
|
|
{"value": "pending", "text": "待处理"},
|
|
{"value": "executing", "text": "执行中"},
|
|
{"value": "completed", "text": "已完成"},
|
|
{"value": "failed", "text": "失败"},
|
|
{"value": "blocked", "text": "已阻止"},
|
|
{"value": "cancelled", "text": "已取消"}
|
|
]
|
|
},
|
|
{"name": "created_at", "title": "创建时间", "width": 160}
|
|
],
|
|
"editexclouded": ["id"]
|
|
},
|
|
"editable": {
|
|
"new_data_url": null,
|
|
"update_data_url": null,
|
|
"delete_data_url": null
|
|
}
|
|
}
|
|
}
|