pcc/json/cluster_node_list.json

47 lines
1013 B
JSON

{
"tblname": "cluster_node",
"alias": "cluster_node_list",
"title": "节点分配",
"params": {
"browserfields": {
"cluster_id": {
"title": "集群",
"width": 150
},
"node_id": {
"title": "节点",
"width": 150
},
"role": {
"title": "角色",
"width": 100
},
"status": {
"title": "状态",
"width": 100
}
},
"editexclouded": [
"id",
"resellerid",
"created_at",
"updated_at"
],
"binds": [],
"logined_userorgid": "resellerid",
"editable": {
"new_data_url": "{{entire_url(\"../api/cluster_node_create.dspy\")}}",
"update_data_url": "{{entire_url(\"../api/cluster_node_update.dspy\")}}",
"delete_data_url": "{{entire_url(\"../api/cluster_node_delete.dspy\")}}"
},
"data_filter": {
"AND": [
{
"field": "cluster_id",
"op": "=",
"var": "cluster_id"
}
]
}
}
}