43 lines
1.3 KiB
XML
43 lines
1.3 KiB
XML
{
|
|
"widgettype": "VBox",
|
|
"options": {"width": "100%", "height": "100%", "padding": "10px"},
|
|
"subwidgets": [
|
|
{
|
|
"widgettype": "DataViewer",
|
|
"options": {
|
|
"title": "脚本列表",
|
|
"data_url": "{{entire_url('/script_engine/api/script_list.dspy')}}",
|
|
"row_options": {
|
|
"keyid": "id",
|
|
"editable": {
|
|
"new_data_url": "{{entire_url('/script_engine/api/script_create.dspy')}}",
|
|
"update_data_url": "{{entire_url('/script_engine/api/script_update.dspy')}}",
|
|
"delete_data_url": "{{entire_url('/script_engine/api/script_delete.dspy')}}"
|
|
},
|
|
"browserfields": {
|
|
"exclouded": ["id", "content"],
|
|
"alters": {
|
|
"script_type": {
|
|
"uitype": "code",
|
|
"data": [
|
|
{"value": "0", "text": "Python脚本"},
|
|
{"value": "1", "text": "规则(JSON)"},
|
|
{"value": "2", "text": "表达式"}
|
|
]
|
|
},
|
|
"status": {
|
|
"uitype": "code",
|
|
"data": [
|
|
{"value": "1", "text": "启用"},
|
|
{"value": "0", "text": "禁用"}
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"editexclouded": ["id", "created_at", "updated_at"]
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|